I am trying Railway first time and getting deployment error
devens7
FREEOP

a month ago

I am trying to deploy .NET project to Railway with docker. But again and again getting network error: health check fail issue. AS of now I am not getting any further details/logs to troubleshoot not sure where is the issue. My app is currently deployed eleswhere and works fine there, I want to try here on Railway. But this error keeps repeating and not sure what si the issue. So can you help here.

$10 Bounty

1 Replies

What port is your service listening to? Railway sets the PORT environment variable for you, if you haven't. Railway runs healthcheck on said port.
https://docs.railway.com/guides/public-networking#port-variable


Loading...