Troubleshooting
Common setup and runtime problems with practical fixes.
Last updated July 2, 2026
Common issues
| Symptom | Likely fix |
|---|---|
| Marketplace is empty | Run npm run db:seed after migrations. |
| Execution returns mock output | Set CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID. |
| Prisma client errors | Run npm install or npx prisma generate. |
| Wallet modal does not open | Check browser wallet extension and SolanaProvider setup. |
| Build fails on env access | Confirm server-only credentials are not referenced from client components. |