502 bad gateway
corriebyrd2
HOBBYOP

4 months ago

TCP connection established, TLS handshake completes, request sent, no response received — even for routes registered before all middleware.

$10 Bounty

2 Replies

4 months ago

is your app is listening on correct port ($PORT / process.env.PORT) and bound to 0.0.0.0 (not localhost)


corriebyrd2
HOBBYOP

4 months ago

The server uses process.env.PORT and binds to 0.0.0.0 in the server/index.ts file


Welcome!

Sign in to your Railway account to join the conversation.

Loading...