@jerome I was looking through a few new threads and some things caught my eye:
My own error is caused by my app seemingly not being able to read the body of the request (via request.text
or request.json
).
This error seems to happen for POST requests where the body is over 30kb in size. Below that, and the POST requests react as they are expected to.