Wireguard_Webadmin website not rendering properly aftrer recent update. #125
freesparks121
started this conversation in
Help and Support
Replies: 1 comment
-
|
Hello there! I believe that you probably have something wrong on your nginx container or something is miss configured. What yml file did you use for deploy? are you using any reverse proxy or something like that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good Day,
As of recently the wireguard_webadmin website is not rendering properly in Google Chrome browser.
Im replicating the following errors in Chrome browser and others.
The Cross-Origin-Opener-Policy header has been ignored, because the URL's origin was untrustworthy. It was defined either in the final response or a redirect. Please deliver the response using the HTTPS protocol. You can also use the 'localhost' origin instead. See https://www.w3.org/TR/powerful-features/#potentially-trustworthy-origin and https://html.spec.whatwg.org/#the-cross-origin-opener-policy-header.Understand this error
login/?next=/:1 Refused to apply style from 'http://myipaddress8000/static/AdminLTE-3.2.0/plugins/icheck-bootstrap/icheck-bootstrap.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this error
login/?next=/:1 Refused to apply style from 'http://myipaddress:8000/static/AdminLTE-3.2.0/dist/css/adminlte.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this error
login/?next=/:1 Refused to apply style from 'http://myipadress:8000/static/AdminLTE-3.2.0/plugins/fontawesome-free/css/all.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this error
login/?next=/:69 GET http://myipaddress8000/static/AdminLTE-3.2.0/plugins/jquery/jquery.min.js net::ERR_ABORTED 404 (Not Found)Understand this error
login/?next=/:71 GET http://myipaddress:8000/static/AdminLTE-3.2.0/plugins/bootstrap/js/bootstrap.bundle.min.js net::ERR_ABORTED 404 (Not Found)Understand this error
login/?next=/:73 GET http://(myipaddress:):8000/static/AdminLTE-3.2.0/dist/js/adminlte.min.js net::ERR_ABORTED 404 (Not Found)Understand this error
login/?next=/:1 Refused to execute script from 'http://(myipaddress:):8000/static/AdminLTE-3.2.0/plugins/jquery/jquery.min.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.Understand this error
login/?next=/:1 Refused to execute script from 'http://(myipaddress:)8000/static/AdminLTE-3.2.0/plugins/bootstrap/js/bootstrap.bundle.min.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.Understand this error
login/?next=/:1 Refused to execute script from 'http://(myipaddress:)8000/static/AdminLTE-3.2.0/dist/js/adminlte.min.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Thank you for any assistance,
Beta Was this translation helpful? Give feedback.
All reactions