Skip to content

Status page does not load css/js #43

@cookandy

Description

@cookandy

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions