#Listening on PORT but application not serving
11 messages · Page 1 of 1 (latest)
Either listen on PORT or set PORT=8055 in variables
^ Railway will try it's best to guess what port your application is running on but you may have to provide that value yourself. See here: https://docs.railway.app/deploy/exposing-your-app
Already did create a PORT=8055 in variables, nothing changed
What frameowkr are you using?
Directus
If you're listening on 127.0.0.1 can you try to listen on 0.0.0.0?
You mention it's in your .env, is it in the service vars? Also, you may need to serve from 0.0.0.0
