14 Replies
Project ID:
7e4a83ab-82c2-49a4-bf80-a12408f44971
7e4a83ab-82c2-49a4-bf80-a12408f44971
I also tried to set 0.0.0.0 but nothing changes, always the same page
and put the port (3000) in the env railway variables "PORT" but the same
Normally the default route (/) should return 200
Solution
Thanks Brody
But..
Does it come from me or Railway if the page is just loading?
please have your app listen at the PORT env variable rather than 3000
ooooh okay
if the page is endlessly loading, thatβs likely an issue with your code rather than your railway configuration. Does your code work locally?
I thought it was necessary to put the same as the env variable
I make this modification and I tell you
just listen on 0.0.0.0 and PORT, you do not (and should not if possible) set your own PORT variable
thanks !
Thanks, Iβll know for next time!