Endpoint does not return any response on staging env but works fine locally.
iabdulrahmanjo
PROOP

a year ago

I have a GET endpoint to fetch some data, it work as expected locally, but when I push the code to staging server, it does not return any response.

is there any limitation from railway?

How can I debug this within railway?

4 Replies

brody
EMPLOYEE

a year 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 over 1 year ago


iabdulrahmanjo
PROOP

a year ago

Okey brody, what do u think? is it response limit or something? I have compression on my server and everything works as expected, is there something i am not aware of here?


brody
EMPLOYEE

a year ago

Railway's proxy doesn't support compression, so try disabling that.


iabdulrahmanjo
PROOP

a year ago

why is that?
compression is really important feature brody, is it going to be supported soon?
how this will effect me? pricing? more network bandwidth?


brody
EMPLOYEE

a year ago

Sorry for the long response times, I had seemingly lost this thread.

I'm happy you can now use any compression as long as your service is sending the compressed responses itself.

Read more here - https://railway.app/changelog/2024-09-06-edge-improvements#edge-network-improvements


Loading...