style-sheets and images don't load.
Stylesheets and image files work fine when I load the 'index.html' file in the browser but not inside the flask project I am working on inside Pycharm. When I run the flask server the chrome dev tools show the 404 error about files being not found but every path is correct.

What is the issue?
Please sign in to leave a comment.
It can be anything - wrong paths, wrong static routes specified, etc
See http://stackoverflow.com/questions/27596297/flask-keep-getting-404-serving-static-files-using-send-static-file, http://stackoverflow.com/questions/21668742/flask-static-files-getting-404, http://stackoverflow.com/questions/26796039/404-error-for-css-file-in-flask-application