Platform & Trust
Troubleshooting
Common runtime failures, what they usually mean, and which page or env to check next.
Best Debug Surface
History + console + API response
Most Common Cause
Missing env or wallet context
Store Fallback
Vercel KV primary store with local file fallback
Symptom table
Recommended debug order
- 1
Check the sidebar first
Make sure the wallet and network state are what you think they are. Many downstream issues begin with an empty or mismatched wallet context.
- 2
Check the API that owns the failing step
Portfolio issues start at `/api/portfolio`, optimization at `/api/agent/optimize`, and proof persistence at `/api/0g/store` or `/api/0g/proof`.
- 3
Check the store backend
History and latest-proof views depend on the runtime store, which can be KV-backed or local-file-backed depending on the environment.
How to recover during a live demo
- If ProofRegistry is unavailable, say the environment is running in storage-only mode and continue with the explorer link and stored receipt.
- If LLM output falls back, explain that the recommendation wording degraded gracefully while the proof and UI pipeline stayed intact.
- If the wallet provider is unavailable, switch to watch mode with the demo wallet so the review can continue without blocking on extension setup.