Superset dashboard or no data loading after login
See original GitHub issueEven after successful docker-compose up with latest updates from master branch after login welcome page keeps loading no dashboards or no data can be seen. Checked the logs for PostgreSQL in image no error or exception in logs. Even executed docker-init.sh successfully.
Expected results
Superset should load default roles and dashboard after login.
Actual results
welcome page keeps loading after login, no dashboards or no data can be seen.
Screenshots
How to reproduce the bug
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Environment
(please complete the following information):
- superset version:
superset version
- python version:
python --version
- node.js version:
node -v
- npm version:
npm -v
Checklist
Make sure these boxes are checked 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.
Additional context
Add any other context about the problem here.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:22
- Comments:39 (11 by maintainers)
Top Results From Across the Web
T234684 Superset not able to load a reading dashboard
So this is an issue on druid (not superset) not being able to load 4 years of ... The dashboard should probably load...
Read more >unable to find data in examples dashboard in apache superset
Run superset fab create-admin and create a user with Username(admin) to be able to load the examples. Then superset init after load_examples.
Read more >Installing Locally Using Docker Compose - Apache Superset
The fastest way to try Superset locally is using Docker and Docker Compose on a Linux or Mac OSX computer. Superset does not...
Read more >Apache Superset Tutorial | Censius Blog
If you have encountered a web page that does not look like the above image, please read on. The login screen does not...
Read more >Managing Apache Superset Assets as Code with Preset
Apache Superset offers a rich UI from which you can manage your ... on this blog post you should be able to see...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
docker-compose up
- did not work . Showed same blank screen as mentioned in the question above. After 5-10 minutes I was able to see the actual dashboard though. I guess it just takes time.docker-compose -f docker-compose-non-dev.yml up
- works immediately.Issue-Label Bot is automatically applying the label
#bug
to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.