pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.63k stars 1.73k forks source link

Upgrade of Werkzeug from 2.2.3 to 2.3.0 resulting in api failure #2886

Closed BhawnaGoel13 closed 4 months ago

BhawnaGoel13 commented 4 months ago

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.

500 - Request did not return bytes

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: