-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[Urgent] Unable to load superset stuck in welcome page post login #17076
Comments
@Maannniii latest master, developer environment only, correct? |
+1 here |
+1 here too, installed yesterday and bumped into the same issue Found this other thread with a solution that worked for me: #8818 |
I had the same issue. Wait for 10 or 15 minutes then npm has installed all packages. This is imho a bug |
Docker didn't work for me, I checked out the
My guess is some of the init scripts should have run this, but because nodejs is not installed it skipped it. I guess the installation docs can be improved on this. |
Agree with this feedback. +1 for me. |
To run these I had to first run: |
I am getting the same error here. After waiting around 20 min it finished installing and got an error with webpack installation, on
This is the kind of problem that discourages a lot of people who are having their first contact with the project following the tutorial. I would like to fix it, is anyone already working on it? Any suggestion on the best approach? Comment: I didn't have this issue when running |
can you share the logs of superset_node. |
if you see something fail in the installation of packages like folder already or cannot install. |
I had this same issue, running those node items solved my lockup on docker-compose. Looks like non-dev works fine, but the dev docker-compose has this challenge.
Agree this issue is a bit discouraging, requires getting your hands dirty. |
I think the problem was solve by following this steps:
|
This worked for me |
if u have macos you can't use method above n will install node js with version 16.18.1 . by the way npm also need some packages to start correctly |
This worked for me docker-compose -f docker-compose-non-dev.yml up. Thank you @sukupandachu |
How can we get this in dev, running docker-compose up? |
I'm closing this old issue as it pertains to a resolved issue from 2021-22 and even if a new version of this problem occurs in the future, it would have a different cause. Folks who experience something similar should please search for a newer issue and, if none exists, either post in the Superset Slack chat or create a new issue if you believe it's a new bug. |
i'm having this same exact issue...: |
That doesn't seem like the same issue as this old one, your error code there is |
changing the node verison to v16.9.1 can help u . |
i am facing the same issue as reported. i tried docker-compose -f docker-compose-non-dev.yml up it worked, but now while logging in using admin id, it does not go through. anyone help on this please. |
Same issue here...after battling to get the default creds issue resolved. |
I don't know if my solution is correct but what work for me is adding
to docker_frontend.sh file before npm run dev |
I think #30279 intends to take care of any remaining zstd issues. |
Superset docker-compose deployment not proceeding after login. Returns 404 for
/static/assets/images/loading.gif
How to reproduce the bug
cd superset
and usedocker-compose up -d
to bring up containers.Expected results
Should Proceed to further screens.
Actual results
Page is stuck at http://localhost:8088/superset/welcome/ and in developer tools, under Network we can see http://localhost:8088/static/assets/images/loading.gif returning 404.
Screenshots
Environment
apache/superset:latest-dev (sha256:a430759eb60d3dc1ddf905eb5b3afdeccdd17c8ece7370c71901ed1b68f5fbbb)
andapache/superset:latest (sha256:f7afd84becc688f239228b2460910e316c1e140baf943115c3eca1be00ef6ccc)
3.8.12
(python verso=ion found in apache/superset:latest-dev image)node:16
(sha256:ed7bbdf4d76e3083f22827edc444b061b6562cb08341be973bfde0a972b65272)(docker image)Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
I have cloned the repo and used docker-compose to bring up the system. I can also see that containers superset_worker_beat, superset_worker to be unhealthy.
![image](https://user-images.githubusercontent.com/24808028/137006198-f05d2242-0605-4f92-a9d2-27545e8303fb.png)
Superset app logs
The text was updated successfully, but these errors were encountered: