Connect ECONNREFUSED 0.0.0.0:4433

Hi,

I’m having a really annoying problem with Ory Kratos service running on docker behind Nodejs proxy server.
I can’t access this through the proxy http://0.0.0.0:4433/self-service/registration/browser it returns shows: Error: connect ECONNREFUSED 0.0.0.0:4433

Note: I can access the URL http://0.0.0.0:4433/self-service/registration/browser within the server using cURL command line tool, it returns the flow-id redirected URL.

You probably want 127.0.0.1 instead of 0.0.0.0