What is probably broken
The app ran fine in Bolt.new. After export, nothing works because every secret, API key, and callback URL is missing.
The app ran fine in Bolt.new. After export, nothing works because every secret, API key, and callback URL is missing.
A clean environment variable map for the production server with secrets rotated where needed.
STEP 01
Search the codebase for `process.env` references and list each one.
STEP 02
Load env vars from the deploy panel or server environment, not from files.
STEP 03
After setting env vars, rebuild the app and test every integration.
Quick check
If you cannot tick all five, we can fix it. Send us the repo and we handle the rest.
Free checklist
Get the exact 5-step checklist we run before every deploy. No fluff, just the things that actually break.
Done-for-you deploy
Fixed price per repo. 24h delivery or full refund. No hourly billing.
Related guides
Bolt.new apps often fail when moved from preview to a real server. Missing build config, env vars, or wrong start command are the usual causes.
Read guideSupabase connection failures after moving a Bolt.new app off preview. Wrong URLs, missing keys, and network config are the usual causes.
Read guideBolt.new API routes fail after export. Fix server config, runtime settings, endpoint paths, and env vars. Get your Bolt.new backend working in production.
Read guide