You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not happen immediately after server is started. But after a day or a few (possibly related to webui auto updating) this starts happening:
Load the front page - loads fine
Open any of the tabs or mangas in a new tab - white screen
When inspecting browser dev console of a white screen the following error is shown:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
Checking network tab shows that it indeed serves index-xxxxx.js as text/html
For some reason the same file is served as application/javascript if I load the root url and the page works. For any other url - white screen.
Expected behavior
Pages load
Actual behavior
Browser complains about wrong mime type for javascript and refuses to load the page.
The text was updated successfully, but these errors were encountered:
Device information
Steps to reproduce
This does not happen immediately after server is started. But after a day or a few (possibly related to webui auto updating) this starts happening:
When inspecting browser dev console of a white screen the following error is shown:
Checking network tab shows that it indeed serves index-xxxxx.js as text/html
For some reason the same file is served as application/javascript if I load the root url and the page works. For any other url - white screen.
Expected behavior
Pages load
Actual behavior
Browser complains about wrong mime type for javascript and refuses to load the page.
The text was updated successfully, but these errors were encountered: