rabindragogoi opened a new issue, #26373:
URL: https://github.com/apache/superset/issues/26373
When I am trying to add permissions to an existing role it is returning me
File
"/opt/app-root/lib64/python3.11/site-packages/werkzeug/sansio/multipart.py",
line 203, in next_event
raise RequestEntityTooLarge()
werkzeug.exceptions.RequestEntityTooLarge: 413 Request Entity Too Large: The
data value transmitted exceeds the capacity limit.
#### How to reproduce the bug
1. Go to 'Roles'
2. Click on 'any role that is created'
3. Add a policy
4. Click on Save
### Expected results
The role should get save properly with the new permission.
### Actual results
File
"/opt/app-root/lib64/python3.11/site-packages/werkzeug/sansio/multipart.py",
line 203, in next_event
raise RequestEntityTooLarge()
werkzeug.exceptions.RequestEntityTooLarge: 413 Request Entity Too Large: The
data value transmitted exceeds the capacity limit.
### Additional context
By default the max decoded part what wrekzeug support is 1000. Since the
size of the decoded part is more that 1000, it is throwing up the error.
https://forum.checkmk.com/t/request-entity-too-large-the-data-value-transmitted-exceeds-the-capacity-limit-web-log/40116
Superset Team: need a quick fix for this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]