a month ago
Request ID:
f0yeN3N5QZG2Sa-k5nX1uw
I have no deploy logs that indicate that anything is wrong and yet my application is failing to run. What's going on?
3 Replies
a month ago
This thread has been opened as a public bounty so the community can help solve it. The thread and any further activity are now visible to everyone.
Status changed to Open Railway • about 1 month ago
a month ago
Make sure the port your application is listening to is the same port your URL is mapped to.
0x5b62656e5d
Make sure the port your application is listening to is the same port your URL is mapped to.
a month ago
Request ID:
f0yeN3N5QZG2Sa-k5nX1uw It's already listening on 8080, which is what the URL is mapped to.
a month ago
Try setting it to an arbitrary port (eg, 3000) and changing the URL to match that as well?