Express app request body is empty after Railway deployment
I have an Express app that works as expected when running locally, but after deploying to Railway, the request body is always empty/null. Locally it properly receives the request body, but on Railway the req.body is empty and the method is incorrectly detected as GET (on post)
3 Replies