Closed asafpm closed 7 years ago
adding --log-level debug
as an argument for gunicorn you can see who serves what content. I don't know if this could be integrated into the development configuration.
@asafpm Thanks. I will check it later. Yes, I think that would be good to integrate that into the dev configuration :+1:
Looking in console
of the browser, it seems that there is still a problem loading Bootstrap
Are you sure you are using the new configuration?
I tested with both firefox and chrome and didn't find any loading errors. Does the debug-level log say that web is serving the static files or is it nginx?
I think something is not quite right yet that 404 error in the log already showed up when the static stuff was getting served by flask. Did you add --log-level debug
to gunicorm? I suspect you still have to rebuild this to get the updated configuration to work.
@asafpm Is there a way to test it?