-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource interpreted as Stylesheet but transferred with MIME type text/htm #54
Comments
same problem here. it doesnt happen when i run in production mode but, then i cant hot reload |
Hi, i added the next code to the file server.js
|
I don't know if it is related to this issue directly, but I had the same issue and it came out to be that I was reported by the devtools that the file was downloaded(code 200) but the actual content inside wasn't the file I expected( |
When I put a link css to
index.tpl.html
I got this error
Resource interpreted as Stylesheet but transferred with MIME type text/html: "..."
And I'm unable to use css.
The text was updated successfully, but these errors were encountered: