DF0012: Storage Parse Failed
Message
Failed to parse storage file:
{filepath}, falling back to defaults.
Cause
The persisted storage file (e.g. auth.json) could not be parsed as JSON. Storage falls back to the initial value so the devtool can continue.
Fix
Delete the file to reset to defaults, or investigate how it became malformed.
Source
packages/devframe/src/node/storage.ts—createStorage()catchesJSON.parseerrors and logsDF0012(with the cause attached) before falling back toinitialValue.