Production Build not working

Mac OS Sonoma, Docker, Node 23.x

Hey - I’m getting the Development build to run fine, but the Producti9on build throws the red ‘no connection’ errors in the Bolt interface. All the APIs list fine.

I noticed that my .env file was called .env and not .env.local so I created a duplicate under the .env.local file name but no difference.

No biggie as the Dev build runs, but I’m curious to know what’s happening…

what is your error is it this one:

bolt-ai-1 |
bolt-ai-1 | > bolt@ dockerstart /app
bolt-ai-1 | > bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings --ip 0.0.0.0 --port 5173 --no-show-interactive-dev-session
bolt-ai-1 |
bolt-ai-1 | sh: 1: ./bindings.sh: not found
bolt-ai-1 | ELIFECYCLE Command failed.