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)
-
0
Hi @razkhan78,
Run
yarn create-bundles
could resolve your problem.