Open gautierrog opened 1 month ago
Hello @gautierrog 👋, I'm here to help you with any issues you're experiencing. I can assist with bug fixes, answer your questions, and guide you on your journey to becoming a contributor.
The issue you're experiencing with the + Dashboard
button on the welcome page not working after upgrading to Superset 4.0.2 could be related to recent changes or known issues in this version. Here are some points to consider:
Known Issues in Superset 4.0.2:
Permission Checks:
Conditional Logic:
Code Path Differences:
+ Dashboard
button on the welcome page and the top-right menu are different. The top-right menu uses the RightMenu
component and directs the user to /dashboard/new
[5].Given these points, it might be helpful to check the following:
+ Dashboard
button to identify any potential issues.If the problem persists, you might want to investigate further into the specific frontend components and their states involved in rendering the dashboard creation page [4][6][7][8].
To continue talking to Dosu, mention @dosu.
Bug description
Hello,
Just noticed that after an upgrade to from superset 3.1.0 to 4.0.2 (possibly not related) but creating a dashboard from
Add dashboard
button when user have no dashboard doesn't work (empty page). Althrough creating it through the top-right menu is OK.I have no stacktrace whatsoever.
How to reproduce the bug
+ Dashboard
Screenshots/recordings
Superset version
4.0.2
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist