Upgrade of Werkzeug from 2.2.3 to 2.3.0 resulting in api failure
As pat of our product we were using Werkzueg version 2.2.3 all the api requests were working fine. But, once we tried to upgrade it to any of the version above it. All the api's started failing with the below response and 500 error code.
<title>500 - Request did not return bytes</title>
Is there any known issue or any fix that we can apply in order to fix this issue.
It should have returned 200 OK as a response
Environment:
- Python version: 3.8.16
- Werkzeug version: 2.3.0