DF0035: Storage File Persist Failed
Failed to persist storage file: {filepath}
Message
Failed to persist storage file: {filepath}Cause
A shared-state store's debounced write to disk failed — the directory could not be created, or the temp-file write / atomic rename threw. Usually the storage directory is not writable or the disk is full.
Fix
Check that the storage directory is writable and has free space.
Source
packages/devframe/src/node/storage.ts— the debouncedupdatedhandler reports this when writing the temp file or renaming it into place fails.