Adithya
Adithya

Reputation: 1

Not loading CSS files after login to my sitecore instance

Refused to apply style from 'sitecore/shell/client/Applications/LaunchPad/LaunchPad.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

getting this error in console after login in to my sitecore instance.

Getting the page like this enter image description here

all the files are in correct place only, I have verified.

Upvotes: 0

Views: 78

Answers (1)

Tyshun
Tyshun

Reputation: 325

You need to ensure the mime type "text/css" is defined in the MimeTypes.config file in the ~/App_Config folder

Upvotes: 0

Related Questions