↑Now, I have set the port to “10000” and the host to “0.0.0.0”, and the deployment is now in “Live” state. However, when I access the server via https, I get a “502 BadGateWay” error.
502 Error
Html
I also checked the server behavior in “console.log” and it seems that the server is not receiving requests.
I am using a translation tool, so the English may be unnatural. Sorry.
It feels like you service isn’t talking to our proxy correctly.
You’ve confirmed the host and port, maybe also check the code is only accepting connections over HTTP and not HTTPS, which is handled further upstream.