UI won't load
See original GitHub issueI am using the docker image to use Apache superset, I followed the instructions. I cloned the git repository then a docker-compose up
Expected results
The UI to load
Actual results
The UI won’t load, here is a screenshot
How to reproduce the bug
I followed the instructions to use the docker image.
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
the docker logs show that incubator-superset_superset-node_1 fails to cd into /app/superset-frontend/, I am getting the following error message:
superset-node_1 | bash: line 0: cd: /app/superset-frontend/: No such file or directory
The problematic instruction lies in the docker-compose.yml file; line 69:
command: ["bash", "-c", "ls /app/ && cd /app/superset-frontend/ && npm install && npm run dev"]
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
Web UI won't load - Ubiquiti Community
Once I re-attach to the camera network VLAN, the cameras reconnect and the web UI fails to work. The setup used to work...
Read more >UI not working properly - Microsoft Community
1. Run Built-in & Guided Walk through Windows Update troubleshooter. Built-in : Windows Key+X > Click Settings > Click Update & security >...
Read more >My UI wont load and keeps glitching out on the main home ...
My UI wont load and keeps glitching out on the main home screen ... Not all mods work with Minecraft Education and due...
Read more >UI not loading - Frontend - Home Assistant Community
Recently my UI has stopped working. Everything else seems to be running fine (my automations seem to be still working and I can...
Read more >Windows UI doesn't start.
Try Ctrl+Alt+Del then select Task Manager. In Task Manager, select File > Run new task. Run Explorer.exe, that should give you a working...
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
I am getting the exact same issue as the original poster, following the same steps. I am running on Mac OS X, and have upped my Docker RAM to 6GB.
Does anyone know what causes the UI to fail to load?
Fixed by #9114. Thanks