[BUG] White Page and nothing with error(in chrome dev tool console) Page blocked because of a disallowed MIME type "text/plain"
AndrewDrimer opened this issue · 12 comments
It may be that there are errors in the front-end webpage. Could you please open the developer tools in Chrome to see if there are any errors? Thank you.
Other people have also encountered this problem, and it seems that refreshing the page can solve the issue.
wow, thank you for your report, I will investigate why this is happening.
I had the same issue. Thank you for the solution.
I had the same issue, try to refresh page. It helped to me.
+1 white screen - console log:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.
works at Microsoft edge
doesn't work in chrome, cent browser... (white screen)
Also got this error, changing registry does not work for me and It happens on all my browsers (chrome,edge,opera,firefox)
I found some issues in other projects that encountered this problem, they are basically related to Windows registry settings. Perhaps you can refer to how others have solved problems in these issues:
In my case pull request still didn't work
It helped after I changed this in both places AND then restarted my PC
voxel51/fiftyone#2522 (comment)
Thank you :)