Admin site css doesn't load
Hi! I've just upgraded to 1.3.10-rc3 on Docker and the admin site css is broken
Steps to reproduce
- Visit the page https://your.instance/api/admin/
What happens?
The CSS doesn't load, the page is in plain HTML. In Firefox console, it says that it's because the CSS file's mime type is detected as HTML:
La feuille de style https://yourinstance/staticfiles/admin/css/base.css n’a pas été chargée car son type MIME, « text/html », n’est pas « text/css ».
Maybe it's because the directive include /etc/nginx/mime.types;
was missing in the ngingx template that generated this container, but i can't test this hypothesis
What is expected?
The CSS should load and look like any other Django admin interface
Context
Funkwhale version(s) affected: 1.3.0-rc3
My instance runs on Docker with the docker compose file distributed here: https://dev.funkwhale.audio/funkwhale/funkwhale/raw/1.3.0-rc3/deploy/docker-compose.yml. I was previously running 1.2.10 and maybe I failed my upgrade somewhere
This bugs doesn't seem navigator-dependent, it happens both on Firefox 102 and Google Chrome 112