4 months ago
Basically, first time deploying my application, im using nestjs/typeorm/supabase-postgres, everything works fine in development, put it github and then deployed in railway, everything run fine and i got the domain but when i try an endpoint im getting following error {
"status": "error",
"code": 502,
"message": "Application failed to respond",
"request_id": "Aqre3eSfQH-BuZUm5nX1uw"
}
spent whole day looking for solutions, and it doesn't work :(
Pinned Solution
4 months ago
Do you have a PORT variable that matches the service's port, and does your domain point to that same port?
2 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
4 months ago
Do you have a PORT variable that matches the service's port, and does your domain point to that same port?
Status changed to Solved samgordon • 4 months ago