Make sure these boxes are checked before submitting your issue - thank you!
0.28.1
Favorited dashboards displayed in "home" tab/listing
Despite of which dashboard I mark as favorite, from the sample data (loaded using superset load_examples), no favorites are displayed at all in the listing

Login as admin user, go to a specific dashboard (for example World's Bank Data), click de start next to the dashboard title, go back to home (http://
, select "Favorite" tab and, listing is empty/blank

I think this is related to react component where a certain version would work in production and not the development (and the opposite is true)
However, create your asset as production optimized using npm run build and it should work
I have the same problem. In your welcome page in tab "Dashboards" is showing your dashboards?
In my case it's empty, too.
Has to do with Reactable issues: https://github.com/apache/incubator-superset/issues/5935
I think this is related to react component where a certain version would work in production and not the development (and the opposite is true)
However, create your asset as production optimized using
npm run buildand it should work
I have the same problem. In your welcome page in tab "Dashboards" is showing your dashboards?
In my case it's empty, too.
Dashboards, Recently Viewed and Favorites all of them blank/empty
I think this is related to react component where a certain version would work in production and not the development (and the opposite is true)
However, create your asset as production optimized using
npm run buildand it should work
Sorry, but no npm nor node installed on the superset instance
Reporting the same issue with superset 0.28.1, (docker container and venv).
"Favorites", "Created Content", "Recent Activity" tabs are empty with a Dashboard created.
with the exception of "Security & Access" tab.
Admin User roles used to create the Dashboard, chrome traces doesn't shows any visible issue, refreshed with "superset init" permissions.
Looking deep into container logs.
any idea how to solve it (without rebuilding) ?
The latest release candidate should be much better than 0.28.1.
pip install superset==0.29.0rc7
Most helpful comment
I have the same problem. In your welcome page in tab "Dashboards" is showing your dashboards?
In my case it's empty, too.