I am actually running into an issue that might be similar / related to @surgery18 's issue I have a

I am actually running into an issue that might be similar / related to @surgery18 's issue
I have a Dockerfile which similarly ends with:
EXPOSE 8080
ENTRYPOINT ["node", "index.mjs"]


When I run it locally everytime I get a container I see in the logs:
✘ [ERROR] Error checking if container is ready: connect(): Connection refused: container port not found. Make sure you exposed the port in your container definition.
✘ [ERROR] Error checking if container is ready: The operation was aborted

Oddly enough right after that I actually get the Port 8080 is ready message and the request does work. But when I try to deploy and run -- nada... I just see this:

Error checking if container is ready: There is no container instance that can be provided to this durable object, try again later or scale the application
Was this page helpful?