This is a minimal repro for local Cloudflare Sandbox startup failure.
- macOS 15.3.0 (Darwin 25.3.0, arm64)
- Bun 1.3.11
- Node v20.20.1
- Wrangler 4.77.0
- Docker 28.5.2
- Docker context:
orbstack
bun installbun run devIn another terminal:
curl -i http://localhost:8787/runThe worker should start a sandbox container and return JSON with the output of:
echo hello from sandboxThe request hangs while the Sandbox DO retries container readiness. Wrangler logs show:
Monitoring container failed with: 404 {"message":"No such container: workerd-cf-sandbox-minimal-Sandbox-..."}
Docker shows the proxy sidecar exits immediately:
docker logs workerd-cf-sandbox-minimal-Sandbox-...-proxy
Fatal error: setsockoptint: protocol not available