a month ago
Hello, my deployed application is showing an "Application failed to respond" error. My service name is Singularity (singularity-production-127a.up.railway.app). The deploy logs look clean, but the HTTP logs show a 502 error. I have confirmed my environment variables are correct. Could you please check my account to see if there is a networking or billing issue preventing my service from running?
5 Replies
a month 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!
a month ago
If the deployment is running, the deployment is running.
Can you share your entire deploy logs as well as any binding related variables?
a month ago
which port are you exposing? can you check if you expose the port 8080, if not please use the 8080 port or update the port variable in railway in Setting -> public network -> edit -> port
fra
which port are you exposing? can you check if you expose the port 8080, if not please use the 8080 port or update the port variable in railway in Setting -> public network -> edit -> port
a month ago
We have no idea what port their app is actually supposed to be using.
a month ago
yeah I know, but I saw a lot of threads like this one (with the 502 error), and a lot of time just changing the port fixed the issue, usually the important bit is that the port used by the app matches the port set in railway