Application Not Found - Service Online But Not Routing
amaiko84
HOBBYOP

4 days ago

🚨 CRITICAL ISSUE - Need Urgent Help

Project: miarb-production (ID: bdf3c3b1-dc9c-4c57-ad5b-34f35ea7fd89)

Service: 8c85aba6-4906-450a-9a79-02bb540bc0b3

PROBLEM:

My service deploys successfully and logs show:

"[API] Online en puerto 3000"

BUT every HTTP request returns:

{"status":"error","code":404,"message":"Application not found"}

CONFIGURATION:

  • Node.js 20.20.2 (.nvmrc)
  • Express.js server (CommonJS)
  • Procfile: web: npm start
  • PORT environment variable set

WHAT I'VE TRIED:

  1. Multiple redeploy attempts
  2. Rewrote server.js with http.createServer
  3. Verified PORT env variable
  4. Cleaned node_modules and forced rebuild
  5. Different server configurations

The service shows as ONLINE in dashboard but routes aren't working.

Is this a known issue with Railway's routing/proxy layer?

#bug #404 #routing

Awaiting User Response

1 Replies

Railway
BOT

4 days ago

Your service is deploying and running successfully, but it has no domain assigned to it, so there is no route for HTTP traffic to reach it. You can generate a Railway domain from your service's Settings under the Networking section, and requests will begin routing to your app once the domain is active.


Status changed to Awaiting User Response Railway 4 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...