You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method check_dashboard_access tries to access str(kwargs["dashboard_id_or_slug"] which results in a KeyError if the user was redirected from /welcome
Expected results
No KeyError, and user is directed to their welcome_dashboard_id
Actual results
A KeyError
Screenshots
How to reproduce the bug
Add a row to UserAttribute linking User ID X with welcome_dashboard_id Y
Checklist
Make sure to follow these steps before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
The text was updated successfully, but these errors were encountered:
The method check_dashboard_access tries to access
str(kwargs["dashboard_id_or_slug"]
which results in a KeyError if the user was redirected from /welcomeExpected results
No KeyError, and user is directed to their welcome_dashboard_id
Actual results
A KeyError
Screenshots
How to reproduce the bug
Add a row to UserAttribute linking User ID X with welcome_dashboard_id Y
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: