Hello
abriannawaters74-coder
FREEOP
2 months ago
My app builds and passes healthcheck but shows "Application failed to respond" when I visit /setup. Request IDs: PkhcNrQMRYWkVdRNBT7zVQ, [any other IDs you saw]. Logs show it's running on port 8080 with volume mounted at /data.
1 Replies
Status changed to Awaiting Railway Response Railway • 2 months ago
domehane
FREE
2 months ago
Hello, your logs show the app is running on port 8080 , go to your service settings → networking and make sure the target port for your public domain is set to 8080.
in this case when the domain is pointing to the wrong port while the app was actually running fine on 8080, that mismatch is what causes "application failed to respond" even when the healthcheck passes
i hope this help you :)