VDT0003: Inspect Storage Error
Message
Vite inspect storage failed while
{operation}.
Cause
The Vite inspect collector encountered a payload or plugin-call archive initialization, batched write, read, or shutdown failure.
Example
Starting the Vite DevTools Vite UI plugin with an unwritable Vite cache directory can trigger this error.
Fix
Restart the Vite dev server. If the error persists, clear the Vite cache directory and reinstall dependencies.
Source
packages/vite/src/node/inspect/store/index.ts— the inspect store emits this when archive setup, batched writes, reads, or shutdown fail.packages/vite/src/node/inspect/store/payload.ts— the payload archive emits this when an in-memory or file-backed payload cannot be read or written completely.packages/vite/src/node/inspect/store/plugin-calls.ts— the plugin-call archive emits this when a binary event cannot be encoded, read, or written completely.