일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- React18
- react-helmet
- React 18
- Render Props
- Nextjs React 18
- notFound()
- React API 참고서
- getUTCDate
- background setttimeout
- background setInterval
- React 18 Nextjs
- React 고급안내서
- React 공식문서
- 고급안내서
- background: url
- RTK Query
- background tab
- CSS
- Nextjs
- codingtest
- react
- Babel
- Programmers
- react hook
- Javascript
- hook
- React 고급 안내서
- context
- Next13
- next13 head
Archives
- Today
- Total
akjfal
Resource interpreted as Stylesheet but transferred with MIME type text/html 본문
react/react 에러
Resource interpreted as Stylesheet but transferred with MIME type text/html
akjfal 2019. 11. 1. 22:58증상 :

해결법 : html 파일의 <link rel="stylesheet" type="text/css" href="css/my_css_resource.css" />
에서 ref="stylesheet 삭제하기
원인 :
Resource interpreted as Stylesheet but transferred with MIME type text/javascript
I have Create application using MVC, Java Script, JQuery, Ajax. When I'm debug using visual studio It's work fine without any script errors. After that I'm host my application in IIS server, It's s...
stackoverflow.com