apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.62k stars 13.82k forks source link

Failed to load resource: the server responded with a status of 404 (NOT FOUND) #2229

Closed asdf2014 closed 6 years ago

asdf2014 commented 7 years ago

superset==0.16.0

Failed to load resource: the server responded with a status of 404 (NOT FOUND)

image

asdf2014 commented 7 years ago

The path of file should not be the problem... image

xrmx commented 7 years ago

How did you install it? Looks like static files were not built.

asdf2014 commented 7 years ago

Yep, it could be linked to https://github.com/airbnb/superset/issues/2187

chengyoucai commented 7 years ago

i use pip install 0.16.1.tar.gz found the same error.

use python setup.py build python setup.py install same error.

service log: 017-02-28 17:09:31,680:INFO:werkzeug:203.86.67.130 - - [28/Feb/2017 17:09:31] "GET /static/assets/dist/css-theme.0.16.1.entry.js HTTP/1.1" 404 - 2017-02-28 17:09:32,296:INFO:werkzeug:203.86.67.130 - - [28/Feb/2017 17:09:32] "GET /static/assets/dist/common.0.16.1.entry.js HTTP/1.1" 404 -

mistercrunch commented 7 years ago

Latest official release on Pypi is 0.15.4.

0.16 is not baked yet and will have release notes around not being backwards compatible.

aurora5161 commented 7 years ago

@asdf2014 ,I have the same problem as you ! have you solved the problem ?

asdf2014 commented 7 years ago

@aurora5161 Not yet. We decide use the superset that version is 0.15.4 in product environment. Newest version 0.16.0 superset's test coverage is too low to use it as formal product. I think if you are not very anxious, you can wait a while for a more stable version of the release. :-)

asdf2014 commented 7 years ago

@xrmx Why do you close this issues, is it already resolved? Please link the involved PR.

aurora5161 commented 7 years ago

@asdf2014 ,thank you very much for your advice,the version 0.15.4 can solve the 404 problem!

asdf2014 commented 7 years ago

@xrmx But why is superset v0.16.0 re-importing this question? Same situation like Gravatar issues (www.gravatar.com), do you know if you have noticed it in superset v0.17.0.

Jiayi-Liao commented 7 years ago

0.17.5 still doesn't fix it. I uninstall superset 0.17.5 and install 0.16 and it works.

mistercrunch commented 7 years ago

@buptljy can you describe your issue? Somehow your server isn't serving the JavaScript files?

Jiayi-Liao commented 7 years ago

@mistercrunch First I installed superset-0.17.5 by following the official site. But when I opened http://localhost:8088 and I got exactly the same view as the screenshot shown above, which was a 404 error and no resources file(including css and js files). So I unistalled superset and turned to superset-0.16 and everything went well.

Actually you can try installing superset by 'pip install superset' on a new system and I think you will encouter the same problem.

mistercrunch commented 6 years ago

Notice: this issue has been closed because it has been inactive for 364 days. Feel free to comment and request for this issue to be reopened.