I also just ran into this issue, and in my case I fixed it by moving away from bodyParser to using the express.json() and express.text() built-in middleware functions.