pbegle commented on issue #8818: URL: https://github.com/apache/incubator-superset/issues/8818#issuecomment-731648465
This issue has not been resolved yet. I have more than 4GB of RAM allocated to Docker, I ran `npm update` in `superset-frontend`, I have waited over two hours after running `docker-compose up` and allowed all the images to finish installing packages and setting things up but still not getting anything to load after the login page. What is the magic trick do get a hello-world example running on MacOS? For reference, tried on MacOS 10.15.7. Getting this as output: ``` superset_app | INFO:werkzeug:172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /superset/welcome HTTP/1.1" 200 - superset_app | 172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/theme.d16f7015.entry.js HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/theme.d16f7015.entry.js HTTP/1.1" 404 - superset_app | 172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/thumbnail.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/thumbnail.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | 172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/mathjs.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/mathjs.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | 172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/vendors.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.20.0.1 - - [21/Nov/2020 22:49:43] "GET /static/assets/vendors.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | 172.20.0.1 - - [21/Nov/2020 22:49:44] "GET /static/assets/mathjs.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.20.0.1 - - [21/Nov/2020 22:49:44] "GET /static/assets/mathjs.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | 172.20.0.1 - - [21/Nov/2020 22:49:44] "GET /static/assets/thumbnail.d16f7015.chunk.js HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.20.0.1 - - [21/Nov/2020 22:49:44] "GET /static/assets/thumbnail.d16f7015.chunk.js 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
