#Fastify deploy, page error
19 messages · Page 1 of 1 (latest)
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
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