My service is failing to respond with

My service is failing to respond with the error Container suddenly disconnected, try again being returned. When I look at the worker logs it shows a 500 error in the fetch but when I look at the container logs it shows it responded to the request with a 200 OK. Everything works perfectly running locally w/ wrangler dev but fails in production (though this same service did work yesterday).
5 Replies
Mike Nomitch
Mike Nomitch2mo ago
Hmm, can you post an instance ID or container app ID?
Paul Dlug
Paul DlugOP2mo ago
Container app ID: a03fe11b-892f-4305-885d-f125c57e9529
Mike Nomitch
Mike Nomitch2mo ago
DMing you w some logs
Pranjal
Pranjal2mo ago
Hi, is there any update on this, I am also facing the same, in development everything is working as expected, but in prod I am getting Container suddenly disconnected, try again with status code 500 even when my container is responding with status code 409. Container app ID: a037b631-8b38-4ea3-9ca6-1c094184df54
Paul Dlug
Paul DlugOP2mo ago
Still no resolution. I deleted the worker + container and redeployed with no change (using latest Wrangler and all other deps)

Did you find this page helpful?