Unable to make request to the server
soul-808
HOBBYOP

2 years ago

Hello, we have a production and a staging server, both with the same configuration.

However the staging one doesn't work, I receive and application failed to respond error.

I'm not sure why it works in production but not the staging service.
When deploying there are no errors in the logs, the server appears to be running fine.

{
    "status": "error",
    "code": 502,
    "message": "Application failed to respond",
    "request_id": "baArCGB7SpGXKgKlj0a7aQ_1654200396"
}

Can someone help?

2 Replies

soul-808
HOBBYOP

2 years ago

Found the issue. We added https to our node server instead of https and that seems to have broken it.

I'm not sure why though.


2 years ago

Railway's public proxy can only communicate with your app over HTTP.


Loading...