-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
docker-compose up, reaches completion of init Step 4, but the welcome screen is not functional #10773
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
This is the stdout of user1@hostname: Note: the user1@hostname: user1@hostname: [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed ======================= $ git log
|
Check the output from |
@dpgaspar I'm unsure what to look for, apart from keywords like error, so it would help if you could give more details of what I should be looking for. The following lines look like potential issues: Skipping 'fsevents' build as platform linux is not supported
... Note that there is no issue with diskspace on the host computer. |
Looking at your steps to reproduce the "bug" again, I see no |
@dpgaspar |
@dpgaspar When it had completed, I opened the browser to http://localhost:8088 So it seems that in my case the |
Glad you were able to get it working. The first |
I just built superset as per instructions on https://superset.incubator.apache.org/installation.html I follwed the steps above, wiped my entire docker storage, executed docker-compose build followed by docker-compose up and Im not shown anything but the picture above (login screen works though) Edit: |
This is what I got after clone the repo and follow the instructions described here: https://superset.incubator.apache.org/installation.html superset_app | 172.21.0.1 - - [19/Nov/2020 18:01:19] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
superset_app | INFO:werkzeug:172.21.0.1 - - [19/Nov/2020 18:01:19] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - Seems getting 404 for these static assets |
Your static assets have built yet. What the output of the |
Following, same problem here |
+1 |
Solved: You just need to wait, webpack takes some time to build your assets. Just leave in background and wait for magic. |
@lucaxsilveira is right. If you have a network connection that is slow then please wait for approx. 30 mins to load all the chart files; for others it should be fast. After a couple of mins.. |
I guess it just takes a long time to build and run, better build, load configuration is required. |
Wow, it sure does take a long time. It took nearly an hour just to install all the packages on my machine:
Then the webpack build itself was another ~30mins. |
I'm testing it now.... and waiting 30+ min... Result is the same(white-screen with 2 buttons), and the resources are not found.
How to check which process is running in background?
|
A clear and concise description of what the bug is.
Expected results
A functional welcome screen after successful login (admin, admin)
Actual results
The welcome screen (http://localhost:8088/superset/welcome )
contains three items, two (non functional) buttons (one shows x, other shows close) and a not-loaded image (maybe loading.gif). Otherwise the welcome page is blank. During
docker-compose up
I noticed some lines in red which may be errors. See attachment for the stdout of thedocker-compose up
.Screenshots
N/A
How to reproduce the bug
Using ubuntu 18.04.5 LTS with docker 19.03.12 with docker-compose 1.26.2
On 03/September/2020
git clone https://github.com/apache/incubator-superset/
cd incubator-superset
docker-compose up
...when stdout showed
Init Step 4/4 [Complete] -- Setting up roles and perms
opened my browser (either chromium or firefox latest) at http://localhost:8088
Login admin with password admin (success)
The browser displays the url localhost:8088/superset/welcome,
but that seems to be a mostly empty screen , with
two buttons, one with x, other with Close.
Clicking on either of these buttons has no effect.
There is also an image in the centre of the screen , maybe loading.fig, but not rendered.
Environment
superset version:
superset version
$ git log
commit 824cea2 (HEAD -> master, origin/master, origin/HEAD)
Author: Evan Rusackas [email protected]
Date: Wed Sep 2 23:13:58 2020 -0700
More Label touchups (margins) (More Label touchups (margins) #10722)
labels with onClick don't need .pointer. No labels need
m-r-5
making Timer a proper Label
a little linting
addresing (helpful, thanks) comment
python version:
python --version
(per dockerfile)node.js version:
node -v
(per dockerfile)npm version:
npm -v
(per dockerfile)Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
N/A
The text was updated successfully, but these errors were encountered: