-
I am building a flask application that leverages RequestParser. Using POST, Everything works as expected with werkzeug 2.0.3 but if 2.1.0 or higher is installed it returns {"message": "The browser (or proxy) sent a request that this server could not understand."} or if flask debug is on {"message": "Failed to decode JSON object: None"} Is this by design and if so how can I resolve. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Follow the issues on the relevant extensions:
Note that Flask-Restful doesn't seem to be maintained, so it's more likely that Flask-Restx will get the fix, although it doesn't seem to have been maintained recently either. There are plenty of other API extensions for Flask that are active, including: |
Beta Was this translation helpful? Give feedback.
Follow the issues on the relevant extensions:
Note that Flask-Restful doesn't seem to be maintained, so it's more likely that Flask-Restx will get the fix, although it doesn't seem to have been maintained recently either. There are plenty of other API extensions for Flask that are active, including: