Skip to content
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

Status page does not load css/js #43

Open
cookandy opened this issue Jan 7, 2020 · 0 comments
Open

Status page does not load css/js #43

cookandy opened this issue Jan 7, 2020 · 0 comments

Comments

@cookandy
Copy link

cookandy commented Jan 7, 2020

Hello,

Thanks for the great project! I am having some issues rendering the /static resources on the Status Page.

I created a service for the app, and then set up port forwarding to access it locally:

kubectl port-forward --namespace kube-system service/kube-applier 8080:80

The status page works, but won't render the CSS and javascript. In the browser console I see errors like:

The resource from “http://localhost:8080/static/bootstrap/js/jquery.min.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff)

screen

Additionally, going to the css/text directly (i.e. http://localhost:8080/static/bootstrap/js/jquery.min.js) results in a 404 page not found.

Any ideas?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant