-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application not loading correctly after following docker compose quick start guide #25144
Comments
Workaround for me here was to extend the pre-built docker image instead which did not have the same problem. |
|
I have the same problem, building from ubuntu 20.04 |
I don't have the same issue with
|
I have the same issue Traceback (most recent call last): |
Same problem on Mac M1 Pro, 14.1.1 (23B81). |
Use following superset image on M1,M2 or M3 |
Same thing on Ubuntu 22.04 / i7-14700K |
Yes indeed, you have to wait for webpack to build the frontend assets before you can serve the webpack assets :) |
I needed to wait around 20 mins before it started working, @rusackas was right, thank you :) |
When trying to launch the docker compose env everything looks ok until after I log in. Then I'm greeted with a welcome page with an image that does not load and two buttons that doesn't do anything.
How to reproduce the bug
git clone https://github.com/apache/superset.git
touch ./docker/requirements-local.txt && echo "mysqlclient" >> ./docker/requirements-local.txt
docker compose up
Expected results
I expect the application to load
Actual results
Get stuck on welcome screen. The console only logs errors about the missing gifs shown in the screenshots below.
Logs
There are errors in a couple of the containers.
Superset_app:
Superset_node (Exit status 251):
Superset_websocket (exit status 1):
Screenshots
Here's how the page looks. The url is http://localhost:8088/superset/welcome/
And the network log. The url for the missing gif is
http://localhost:8088/static/assets/images/loading.gif
.Environment
(please complete the following information):
846c79ef552e7d0436e006470ac3b4574cba4daf
since I did thegit clone
according to docs. Got the same error in2.1.1
.unknown
- This is defined in the Dockerfileunknown
- This is defined in the Dockerfile20.10.6
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: