Base solution for your next web application
Open Closed

Refused to apply style from <URL> because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled. #12067


User avatar
0
razkhan78 created

Hi Team,

We are upgrading our existing application (Asp.net Core MVC + Jquery with framework .net2.1 and version 6.2.1.) to .net 8 and version 13.1.1. following documentation (Version-Updating).

Getting a lot of MIME Type Errors.

Refused to apply style from 'http://localhost:65501/view-resources/Areas/App/Views/_Bundles/account-layout-libs.min.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled.


1 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @razkhan78,

    Run yarn create-bundles could resolve your problem.