Skip to main content
Docs/Platform

Troubleshooting

Common setup and runtime problems with practical fixes.

Last updated July 2, 2026

Common issues

SymptomLikely fix
Marketplace is emptyRun npm run db:seed after migrations.
Execution returns mock outputSet CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID.
Prisma client errorsRun npm install or npx prisma generate.
Wallet modal does not openCheck browser wallet extension and SolanaProvider setup.
Build fails on env accessConfirm server-only credentials are not referenced from client components.
NextFAQ