While trying to use the JSON API explorer at my server I keep getting this error:

The resource from “https://my-server.com/en/jsonapi/explorer/main.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

I get the same error for the JS file, I believe this is happening due to the way the files are being proxied to the page. Is there any solution?

Thank you!

Comments

tbsiqueira created an issue.

bramdriesen’s picture

I'm having something similar, but I don't get the MIME error. But I get a 404 on the JS/CSS request, seems like the proxy function isn't working properly since the original get request of the target is fine, but not the loading of the content.

pcate’s picture

I'm getting a mime type error on main.css and a 404 for main.js