Listening on PORT but application not serving

MMedim8/22/2022
Hi there! My app is listening on port 8055 as defined in the app .env
I ran railway up and it built my project flawlessly.

But heres the catch : How can i redirect railway to port 8055??
When i access my railway.app url it gives me the Is your app correctly listening on $PORT? but what does it mean? where do i put this $port?:thonking:
UUUnknown User8/22/2022
Message Not Public
Sign In & Join Server To View
Aangelo8/22/2022
^ 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
MMedim8/22/2022
Already did create a PORT=8055 in variables, nothing changed
UUUnknown User8/22/2022
Message Not Public
Sign In & Join Server To View
MMedim8/22/2022
Directus
UUUnknown User8/22/2022
Message Not Public
Sign In & Join Server To View
Aangelo8/22/2022
You mention it's in your .env, is it in the service vars? Also, you may need to serve from 0.0.0.0
MMedim8/22/2022
Going to try it, one sec.
MMedim8/22/2022
yep, the problem was 127.0.0.1
MMedim8/22/2022
thanks guys.