SimonSmeets opened a new issue #15549: URL: https://github.com/apache/superset/issues/15549
When a user logs in that has a welcome dashboard assigned to it, the calls to fetch the corresponding data do not include the id/slug and thus fail to fetch the dashboard. ### Expected results The welcome dashboard assigned to the user is shown ### Actual results Unexpected error message is shown #### Screenshots error message:  calls: expected calls:   actual calls:    #### How to reproduce the bug 1. Create dashboard 2. Create new user 3. Assign dashboard as welcome dashboard to new user 4. Log in as new user ### Environment - superset version: `1.2.0` - python version: `3.7.9` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Uses the latest docker image -- 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]
