Possible Issue with the Edge Proxy?
Hi, I'm encountering an issue with my Next.js application on railway when sending requests with a larger payload (around 50KB for a base64 image). The first request goes through successfully, but all subsequent requests (even with smaller payloads) remain pending. This only happens when I use a custom domain that I have configured on railway.
With the custom domain, the first request shows a successful response, but after that, no further requests are processed. The response shows 'server: railway-edge'. The other unsuccessful requests do not show up in any logs as far as I can tell.
However, this problem does not occur when I use a railway-generated domain, where all requests, including larger payloads, are processed without issues. The responses on the railway-generated domain also show 'server: railway'. Additionally, this blocking behavior only affects larger payloads, as smaller payload requests always work perfectly even on my custom domains. This also never happens when testing locally.
I would appreciate any help!
4 Replies
Project ID:
N/A
Okay, now I have the same problem even on the railway generated domain...
Generated a new random railway domain, and it worked again for some minutes (with the server showing as 'railway'). It stopped working now with the server in the response showing as 'railway-edge'
!t
New reply sent from Help Station thread:
This thread has been escalated to the Railway team.You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
Hey Luca, We did find the issue you reported, traffic should be restored normally. Is this the case?Thanks,AngeloYou're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
Hi Angelo,Thank you for the update. Everything seems to be working properly now.Best regards,LucaYou're seeing this because this thread has been automatically linked to the Help Station thread.