question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I 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 Screenshot from 2020-02-10 17-32-07

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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

9reactions
jmmadsencommented, Sep 22, 2020

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?

superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:24] "POST /login/ HTTP/1.1" 302 -
superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:24] "GET / HTTP/1.1" 302 -
superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:24] "GET / HTTP/1.1" 302 -
superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /superset/welcome HTTP/1.1" 200 -
superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /superset/welcome HTTP/1.1" 200 -
superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -```
0reactions
Taki-Eddinecommented, Feb 12, 2020

Fixed by #9114. Thanks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found