#Fastify deploy, page error

19 messages · Page 1 of 1 (latest)

rugged spruce
karmic oracleBOT
#

Project ID: 7e4a83ab-82c2-49a4-bf80-a12408f44971

rugged spruce
#

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

young scroll
rugged spruce
#

Thanks Brody

#

But..

#

Does it come from me or Railway if the page is just loading?

dapper parcel
dapper parcel
#

if the page is endlessly loading, that’s likely an issue with your code rather than your railway configuration. Does your code work locally?

rugged spruce
#

I thought it was necessary to put the same as the env variable

#

I make this modification and I tell you

young scroll
#

just listen on 0.0.0.0 and PORT, you do not (and should not if possible) set your own PORT variable

rugged spruce
#

thanks !

#

Thanks, I’ll know for next time!