Justman100

Results 63 comments of Justman100

@nijel If I deactivate `COMPRESS_OFFLINE`, it works! But then I get this: > The resource of "http://MY_IP:3314/static/CACHE/js/output.1ee194e23d1e.js" was blocked due to a MIME type conflict ("text/html") (X-Content-Type-Options: nosniff). login >...

> Maybe you didn't restart uwsgi after changing the setting? The errors occur when `COMPRESS_OFFLINE` is already deactivated!

And I restart after every change

As screen ![grafik](https://github.com/WeblateOrg/weblate/assets/149507651/0d006821-0f09-423a-b24d-6cf11f2c2954)

> Perhaps /static/ is not served from the correct location by the web server? See https://docs.weblate.org/en/latest/admin/install.html#serving-static-files I use Caddy... But yes, it's configured > PS: No need to ping me,...

And I run this via [uWSGI itself](https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html)

> Is the file present on the filesystem? Wich file?

> Any of the ones which cannot be retrieved by the browser in [#10895 (comment)](https://github.com/WeblateOrg/weblate/issues/10895#issuecomment-1917259577). > > With offline compression disabled, these are generated on the fly, but still saved...

> Uwsgi does not serve static files, you need a web server in front of it. Please read the documentation... Got it solved! One must use `--static-map`