You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiled SCSS file is returned as text/plain and not text/css; charset=UTF-8 which fails to be imported if you are using strict mime type security headers.
Refused to apply style from 'https://localhost:44332/css/all.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
This is strange as I can see that the pipeline is being set properly:
The compiled SCSS file is returned as
text/plain
and nottext/css; charset=UTF-8
which fails to be imported if you are using strict mime type security headers.In ConfigureServices I have:
Chromium console log:
This is strange as I can see that the pipeline is being set properly:
WebOptimizer.Sass/src/PipelineExtensions.cs
Line 45 in 3e7a919
The text was updated successfully, but these errors were encountered: