-
Notifications
You must be signed in to change notification settings - Fork 82
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
[BUG] Cannot access to UI with Firefox on windows 11 #426
Comments
@jack-liew Which kind of browser are you using? Could you please try Chrome or Firefox? AutoK3s UI is not support IE browser. |
I use friefox and ms edge . |
Firefox works fine for me. Could you please try to open the F12 to see what kind of error occurs in the Firefox Console? |
http://localhost:8080: https://127.0.0.1:8080 |
Which version of Firefox are you using? |
I'm using Firefox 98.0.2(64-bit) but the UI works fine for me. Is this error occurring on your Firefox Console?
|
yes, the browser is same version,and the error as you said. |
Which version of AutoK3s are you using? |
yesterday I user autok3s version is 0.4.8, today update to 0.4.9. |
Hmmm..... I also download the exe file and ran with the same command. |
......in private tab, It's still view a blank page.
|
It's curious why the browser changes the javascript type file to text/plain... |
thank for your help! |
@jack-liew |
To clear cache not worked.
|
@jack-liew I think it's a problem with Windows registry configuration. Could you please try to modify registry config as the following comments to check if this issue could be fixed? More information: https://stackoverflow.com/questions/59355194/python-flask-error-failed-to-load-module-script-strict-mime-type-checking-i |
It's worked,Thanks, |
This won't reproduce on every version of Windows. I didn't reproduce it on my Windows 10 computer. We will deep dive to see how to handle this issue more conveniently. |
OS:windows11
running:autok3s -d serve
the response:
time="2022-04-02T08:20:45+08:00" level=debug msg="failed to collected usage metrics: 422 Unprocessable Entity"
time="2022-04-02T08:20:45+08:00" level=info msg="run as daemon, listening on 127.0.0.1:8080"
When I access https://127.0.0.1:8080 in browser
the response:
Secure Connection Failed
An error occurred during a connection to 127.0.0.1:8080. SSL received a record that exceeded the maximum permissible length.
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
When I access http://127.0.0.1:8080 in browser
the response is blank page.
thanks
The text was updated successfully, but these errors were encountered: