You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/10/12 18:07:51 UTC

[GitHub] [superset] Maannniii opened a new issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Maannniii opened a new issue #17076:
URL: https://github.com/apache/superset/issues/17076


   Superset docker-compose deployment not proceeding after login. Returns 404 for  `/static/assets/images/loading.gif`
   
   #### How to reproduce the bug
   1. Clone superset repo.
   2. `cd superset` and use `docker-compose up -d` to bring up containers.
   3. Open developer tools and log in to Superset with admin creds.
   4. Post login it redirects to http://localhost:8088/superset/welcome/ and is stuck there
   
   ### 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
   
   ![image](https://user-images.githubusercontent.com/24808028/137004997-1aa95c85-32c6-4885-aff4-62c91d15b3e6.png)
   
   
   ### Environment
   
   - browser type and version: Chrome - Version 94.0.4606.61 (Official Build) (64-bit)
   - superset version: Observed in docker images on both `apache/superset:latest-dev (sha256:a430759eb60d3dc1ddf905eb5b3afdeccdd17c8ece7370c71901ed1b68f5fbbb)` and `apache/superset:latest (sha256:f7afd84becc688f239228b2460910e316c1e140baf943115c3eca1be00ef6ccc)`
   - python version: `3.8.12` (python verso=ion found in apache/superset:latest-dev image)
   - node.js version: `node:16` (sha256:ed7bbdf4d76e3083f22827edc444b061b6562cb08341be973bfde0a972b65272)(docker image)
   - any feature flags active: not sure. nothing has been changed in code/config post cloning.
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### 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
   ```
   127.0.0.1 - - [12/Oct/2021 18:00:24] "GET /health HTTP/1.1" 200 -
   2021-10-12 18:00:24,588:INFO:werkzeug:127.0.0.1 - - [12/Oct/2021 18:00:24] "GET /health HTTP/1.1" 200 -
   172.25.0.1 - - [12/Oct/2021 18:00:25] "GET / HTTP/1.1" 302 -
   2021-10-12 18:00:25,596:INFO:werkzeug:172.25.0.1 - - [12/Oct/2021 18:00:25] "GET / HTTP/1.1" 302 -
   2021-10-12 18:00:25,791:DEBUG:superset.stats_logger:[stats_logger] (incr) welcome
   172.25.0.1 - - [12/Oct/2021 18:00:25] "GET /superset/welcome/ HTTP/1.1" 200 -
   2021-10-12 18:00:25,818:INFO:werkzeug:172.25.0.1 - - [12/Oct/2021 18:00:25] "GET /superset/welcome/ HTTP/1.1" 200 -
   2021-10-12 18:00:25,894:WARNING:superset.views.base:404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
   172.25.0.1 - - [12/Oct/2021 18:00:25] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
   2021-10-12 18:00:25,895:INFO:werkzeug:172.25.0.1 - - [12/Oct/2021 18:00:25] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] manodupont commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
manodupont commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-948039856


   Samething here ...
   Running in dev, instead of non-dev, and this is always up.
   <img width="1536" alt="Screen Shot 2021-10-20 at 23 10 06" src="https://user-images.githubusercontent.com/7568033/138172643-978c3da0-3509-4734-b8a5-11d2aa90509b.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] nikhil-kuyya commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
nikhil-kuyya commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-1030031781


   can you share the logs of superset_node.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] cdutr commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
cdutr commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-1008359272


   I am getting the same error here. After waiting around 20 min it finished installing and got an error with webpack installation, on `superset_node`:
   
   ```superset_node            | webpack 5.52.1 compiled with 48 errors and 9 warnings in 138433 ms```
   
   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 `docker-compose-non-dev.yml`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Maannniii commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
Maannniii commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-941797648


   yes @junlincc 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] sukupandachu commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
sukupandachu commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-977655555


   +1 here too, installed yesterday and bumped into the same issue
   Ubuntu server 20.04, Docker


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] nikhil-kuyya commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
nikhil-kuyya commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-1030035592


   if you see something fail in the installation of packages. 
   for more removing node_modules working.
   Also if you  see something related to [CYPRESS INSTALL ISSUE](https://apache-superset.slack.com/archives/C0170U650CQ/p1643276871208900)
   add this to environment : CYPRESS_CACHE_FOLDER='/app/.cache/Cypress'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jomach commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
jomach commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-956383922


   +1 here


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] bhowmik23 commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
bhowmik23 commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-1076289478


   I think the problem was solve by following this steps:
   1. Remove Node stage codes from Dockerfile
   2. Remove node_modules from superset-frontend dir if exist
   3. Run cd superset-frontend in cmd
   4. Run npm install&&npm run dev
   5. Run docker-compose up
   Hopefully it will be work


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Maannniii commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
Maannniii commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-941797648


   yes @junlincc 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] nikhil-kuyya edited a comment on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
nikhil-kuyya edited a comment on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-1030035592


   if you see something fail in the installation of packages like folder already or cannot install.
   Try more removing node_modules working in superset_frontend.
   I would suggest if we can skip getting node_modules coming to host volume of superset_frontend in deep folder places.
   via docker volumes place. 
   Also if you  see something related to [CYPRESS INSTALL ISSUE](https://apache-superset.slack.com/archives/C0170U650CQ/p1643276871208900)
   add this to environment : CYPRESS_CACHE_FOLDER='/app/.cache/Cypress'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jasonoberme commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
jasonoberme commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-1005846655


   > Docker didn't work for me, I checked out the `docker/docker-frontend.sh` script, and ran those commands manually. i.e.:
   > 
   > ```
   > # get nodejs from conda-forge in my case
   > conda install -c conda-forge nodejs
   > cd superset-frontend
   > npm install -f --no-optional --global webpack webpack-cli
   > npm install -f --no-optional
   > npm run dev
   > ```
   > 
   > 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.
   
   To run these I had to first run:
   `export NODE_OPTIONS=--openssl-legacy-provider`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jomach commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
jomach commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-977740640


   I had the same issue. Wait for 10 or 15 minutes then npm has installed all packages. This is imho a bug


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Maannniii edited a comment on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
Maannniii edited a comment on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-941797648


   yes @junlincc the docker-compose was run from latest `master` branch with commit id c2e1ab65502a0e168c6f7e2f055df0cf99976176


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Maannniii edited a comment on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
Maannniii edited a comment on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-941797648


   yes @junlincc the docker-compose was run from latest `master` branch with commit id c2e1ab65502a0e168c6f7e2f055df0cf99976176
   
   Issue still persists. Checked again with latest code changes with commit id 959fd763a8b22367e7de5d3438e457f3448c6ceb. Checked on 01:13 AM UTC Wednesday, 13 October 2021


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Maannniii edited a comment on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
Maannniii edited a comment on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-941797648






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Maannniii edited a comment on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
Maannniii edited a comment on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-941797648


   yes @junlincc the docker-compose was run from latest master branch with commit id c2e1ab65502a0e168c6f7e2f055df0cf99976176


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-941258076


   @Maannniii latest master, developer environment only, correct? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] sukupandachu edited a comment on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
sukupandachu edited a comment on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-977655555


   +1 here too, installed yesterday and bumped into the same issue
   Ubuntu server 20.04, Docker
   
   Found this other thread with a solution that worked for me:  #8818 
   `docker-compose -f docker-compose-non-dev.yml up`  , suggested by @aseem-poloniex


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] pa-mike commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
pa-mike commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-1034272450


   > Docker didn't work for me, I checked out the `docker/docker-frontend.sh` script, and ran those commands manually. i.e.:
   > 
   > ```
   > # get nodejs from conda-forge in my case
   > conda install -c conda-forge nodejs
   > cd superset-frontend
   > npm install -f --no-optional --global webpack webpack-cli
   > npm install -f --no-optional
   > npm run dev
   > ```
   > 
   > 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.
   
   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.
   
   > 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?
   
   Agree this issue is a bit discouraging, requires getting your hands dirty. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jomach commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
jomach commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-956383922


   +1 here


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-941258076


   @Maannniii latest master, developer environment only, correct? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jasonoberme commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
jasonoberme commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-1005801369


   > I had the same issue. Wait for 10 or 15 minutes then npm has installed all packages. This is imho a bug
   
   Agree with this feedback. +1 for me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] maartenbreddels commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

Posted by GitBox <gi...@apache.org>.
maartenbreddels commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-988600564


   Docker didn't work for me, I checked out the `docker/docker-frontend.sh` script, and ran those commands manually. i.e.:
   ```
   # get nodejs from conda-forge in my case
   conda install -c conda-forge nodejs
   cd superset-frontend
   npm install -f --no-optional --global webpack webpack-cli
   npm install -f --no-optional
   npm run dev
   ```
   
   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org