-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Description
Bug description
Superset Version
Superset Version: 6.0.0
OS: Amazon Linux (EC2)
Issue Description
We are getting the following error while saving a dashboard:
"Your dashboard is too large. Please reduce its size before saving it."
The dashboard contains multiple KPI Big Number charts and tabs.
It exceeds the default 65535 JSON size limit.
We updated the backend config:
DASHBOARD_JSON_MAX_LENGTH = 1000000
The container was restarted after the change.
However, the dashboard save still fails with the same error.
Actual Behavior
Even after increasing the limit to 1,000,000 and restarting the container, Superset still throws:
"Your dashboard is too large. Please reduce its size before saving it."
Question
Is there another limit introduced in Superset 6.0.0?
Is this validation happening on frontend?
Is there a new config key replacing DASHBOARD_JSON_MAX_LENGTH?
Is there a database-level column limit (e.g., TEXT vs MEDIUMTEXT equivalent)?
If there is any additional config required in 6.0.0, please advise.
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
- I have searched Superset docs and Slack and didn't find a solution to my problem.
- I have searched the GitHub issue tracker and didn't find a similar bug report.
- I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.