Answers for "refused to apply style from '<url>' because its mime type ('text/html') is not a supported stylesheet mime type, and strict mime checking is enabled. drupal 9"

1

Refused to apply style from 'http://localhost:3000/css/styles.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

app.get('/style.css', function(req, res) {
  res.sendFile(__dirname + "/" + "style.css");
});
Posted by: Guest on March-29-2021

Code answers related to "refused to apply style from '<url>' because its mime type ('text/html') is not a supported stylesheet mime type, and strict mime checking is enabled. drupal 9"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language