-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong mime on Windows #802
Comments
Hi! Thank you for your message, what version of console are you running? |
VERSION: |
Same here. Firefox (89.0.2) gives some more hints: |
Hi! There is a reported issue with golang & windows, on which MIME types can be changed by some applications and return non-valid MIME types: golang/go#32350. This issue is exclusive for Windows OS and doesn't apply for Linux / Apple users As a temporary fix, you may want to try to insert the following keys in windows registry:
Please let us know if you find any other issue, we will be happy to help! |
confirmed, fixing the registry worked. |
Applied a WA in #1014, Will be ready in version 0.9.8 |
Started minio as
Started console as
When running on windows, browser reports this
Refused to execute script from 'http://127.0.0.1:9090/static/js/2.59d83018.chunk.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
As result, you get a blank page when trying to connect to http://127.0.0.1:9090
What am I doing wrong ?
The text was updated successfully, but these errors were encountered: