I keep getting this error whenever I click on the public url: upstream connect error or disconnect/reset before headers. reset reason: connection termination
Do you mind give us some more detail? What application are you trying to deploy? What route is giving you this error? What application is bound to it?
I deployed a springboot application to the platform, everything is working well, all health checks are passing, but whenever I click on the exposed url, I get that response.
I even tried appending the server context in my springboot app, but it still gives the same result. Normally, I have swagger and some endpoints permitted in my spring security, so, when you try to access the endpoints, it shows up (for local deployment though), but it doesn’t behave same with the url
Same error when deploying for the first time a Golang server.
Deployment is successful:
Instance created. Preparing to start...
Instance is starting. Propagating network configuration...
Network configuration propagated
{"level":"info","time":"2024-05-17T09:18:07Z","msg":"API is listening on port 8000"}
Instance is healthy. All health checks are passing.
I tried both HTTP and HTTP/2 configurations.
I am also having the same ussue with my django application. It works for a while but then after shows that