application failed to respond
nasz11
FREEOP

2 months ago

i have a thesis project on git hub and decided to connect it to here to test it going live but even the deployment all green and running when i try to go to the uurl that the app gave me it still shows applicatin failed to respong

Solved

1 Replies

Railway
BOT

2 months ago

Your NaturasiMIS service shows a successful deployment with a domain assigned, but we're unable to pull runtime logs, which typically means the application isn't producing output or isn't starting its web server correctly. The "application failed to respond" error means our proxy can't reach your app. Your app must bind its web server to host 0.0.0.0 and use the PORT environment variable that we inject automatically. If your app is hardcoded to listen on a specific port like 3000 or 8080, you can set that as the target port on your domain in service settings, or update your code to use process.env.PORT (or equivalent). Full troubleshooting guide is here.


Status changed to Awaiting User Response Railway about 2 months ago


Status changed to Solved nasz11 about 2 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...