Incubator-superset: Empty favorite list

Created on 8 Nov 2018  路  8Comments  路  Source: apache/incubator-superset

Make sure these boxes are checked 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.

Superset version

0.28.1

Expected results

Favorited dashboards displayed in "home" tab/listing

Actual results

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

captura de pantalla 2018-11-08 a la s 15 06 36

Steps to reproduce

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://:8080/superset/welcome)
, select "Favorite" tab and, listing is empty/blank

captura de pantalla 2018-11-08 a la s 15 07 41

good first issue help-wanted starter-task

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.

All 8 comments

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.

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.

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 build and 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

Was this page helpful?
0 / 5 - 0 ratings