2 months ago
Hi,
I'm trying to display a Python app on a website. However, it isn't working, and I'm getting the following message:
"Application failed to respond"
Build Logs and Deploy Logs are attached. I don't know, maybe this helps?
Thank you!
Attachments
1 Replies
Status changed to Awaiting Railway Response Railway • 2 months ago
Status changed to Open chandrika • 2 months ago
2 months ago
There are a few reasons why this error can occur, the most common being that your application is not listening on the correct host or port.
Check your target port in your Service Settings > Networking and see if it matches the port your app is listening on. And ensure you are using the PORT env variable provided by Railway to your service.
If this is not the case, other possible solutions for this issue can be found in Railway docs: https://docs.railway.com/networking/troubleshooting/application-failed-to-respond
Attachments