10 months ago
i have deploy my project.its deploy sucessfull.but i'll go my website its can't be show.
2 Replies
10 months ago
Hi,
Your application is failing to respond to our proxy. Can you ensure your app is listening on the right port ?
Status changed to Awaiting User Response Railway • 10 months ago
10 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 10 months ago
10 months ago
Check if you have set your port properly. You can do this by using the $PORT environment variable (and optionally, change it to the port number your app is listening into).
See: Public Networking | Railway Docs. Happy building!