Service receives 405 Method Not Allowed on all POST requests despite correct configuration
baldybane62
HOBBYOP

7 months ago

.

Solved$10 Bounty

3 Replies

Railway
BOT

7 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


7 months ago

Hello,

405 is the status code your application is returning, not our proxy.

I'll go ahead and open this up to the community so they can help you debug your application and or configuration.

Best,

Brody


Status changed to Awaiting User Response Railway 7 months ago


7 months 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 7 months ago


brody

Hello,405 is the status code your application is returning, not our proxy.I'll go ahead and open this up to the community so they can help you debug your application and or configuration.Best,Brody

baldybane62
HOBBYOP

7 months ago

Hello Brody,

Thank you for your reply. However, with all due respect, your conclusion is incorrect, and it contradicts the evidence from my browser's network logs.

The 405 error is no longer the primary issue. The primary issue is that all API requests from my frontend to my backend are now hanging indefinitely with a (pending) status.

Please see the attached screenshot from the Safari Network Inspector. It shows my frontend application making a simple GET request to https://melodycompare-backend-production.up.railway.app/api/health. As you can see, the request never completes. It does not receive a 405 error, a 200 success, or any other response. It hangs forever.

This is definitive proof that the request is being lost or blocked within Railway's networking layer before it ever reaches my application. If my application were returning an error, we would see that error code in the network log.

I have spent several days working with multiple AI assistants to perfect my application code and configuration according to your documentation. The problem is not with my application; it is with the Railway platform's inability to route traffic to my service.

Please escalate this ticket to a senior engineer and investigate your internal proxy logs for my project. Pushing this to the community is not an acceptable solution when the evidence clearly points to a platform-level failure.

Thank you.


Status changed to Solved baldybane62 7 months ago


Loading...