Recurring 502 Error
isafu99
HOBBYOP

2 months ago

I am receiving consistent 502 errors in the /answer endpoint and I cannot identify the cause. There are no apparent causes listed in the deployment logs and on the http logs I can only see that there was a 502 error, but no reason for it. The deployment is online but the health request returns that the application failed. It has the correct port (8080).

$10 Bounty

2 Replies

ilyassbreth
FREE

2 months ago

!


2 months ago

Had a similar issue today, turns out I did not have the PORT variable mapped on my service - I presume Railway just used a default value in its place. Mapping it to my HTTP server's port (80) resolved for me.


Loading...