-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when saving a dashboard after editing #24525
Comments
Could be related to #22106 (unsolved) |
Exactly the same problem. I have it just for one dashboard as I noticed, some of the others I tested work normally. |
as for me i recreated the dashboard with same charts, same filters, css and deleted the old one, which couldnt be updated in any way (filter updates or edit dashboard name, owner, nothing worked). Visually, functionally the dashboard now works the same as before...I dont know what the root cause of this is, but it happened on an update of apache superset to 2.1.0-dev. I also looked at the browser console and as it seems there was a PUT problem, but i didnt bother investigating further, as it was faster to recreate the dashboard for me. Chrome browser logs:
|
Thanks for your sharing! Good idea to look at browser log. And for the PUT request State: 400 BAD REQUEST |
Encouraging news on this issue!
I know it isn't a lasting change because I have no idea of potential side effects… but it is a good workaround for testing purpose (ability to save dashboard is a pretty useful feature :)). Hope it will help to understand and solve root cause… |
Any further updates on this? I'm also affected by this bug. |
Same issue. I believe this is broken on at least 2.1.x releases. It does work on master branch, because it looks like the functionality originally removed (I guess around this activity removing global filters #23216) was put back in and merged with pull #24020. But I am not sure what the basis of these new 2.1.x releases is, but this stuff missing is certainly affecting these latest "stable" releases. |
For my part I didn't do anything else since my last message. |
I closed the linked issue (with a lot less conversation than this one) since it's 2.0 specific. Since we no longer support Superset 2.x, I'm tempted to close this one too, but the context here is reasonably recent. Is anyone experiencing this issue in Superset 3.x? Or is anyone willing to open a PR that fixes this for 2.x in case there's some random chance for an opportunistic 2.1.x release (though unlikely)? |
When I open a dashboard in "EDIT" mode and make a change, "SAVE" function doesn't work.
How to reproduce the bug
Expected results
The modified dashboard is saved and a success message is displayed.
Actual results
Dashboard is not saved and an error message is displayed :
"Sorry, there was an error saving this dashboard: [object Object]"
In Flask logs:
Screenshots
Environment
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Issue occurs only with "EDIT DASHBOARD" mode, after opening an existing dashboard or directly next creation of new dashboard from home.
Some other actions on dashboards work fine:
The text was updated successfully, but these errors were encountered: