asdf2014 opened a new issue #4120: /static/assets/dist/ 404 error URL: https://github.com/apache/incubator-superset/issues/4120 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if 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 ### Superset version 0.22.1 ### Expected results http://superset:8088/static/assets/dist/ ### Actual results  ### Steps to reproduce ```bash $ python setup.py install $ fabmanager create-admin --app superset $ superset db upgrade $ superset load_examples $ superset init $ nohup superset runserver -a 0.0.0.0 -p 8088 2>&1 > /home/superset/logs/superset.log & ``` Then, visit [http://superset:8088/static/assets/dist/](http://superset:8088/static/assets/dist/) url.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
