Added by Thorsten Brandau 9 months ago
Hello everbody. I am running an docker-compose instance of OpenProject, which worked fine. Today I used docker-compose pull to update the installation. Since then, I cannot use OpenProject anymore
The login page shows no CSS only the fields for login
Login works, but then a blank page is displayed
Looking into the console of Firefox I see that there are a lot of error messages not reading CSS and JS files ("MIME Mismatch nosniff").
So basically it seems that the Docker system works, but whatever is transferred does not.
I can actually access the JS from the console in Firefox, but they are obviously not used.
As this is happending after updating, I assume that there is a problem.
I tried to turn of tracking protection in Firefox, but that did not change anything. Chrome shows the same behavious.
Anybody any idea how to get it back to work?
Cheers