React

React_ Refused to execute script from 'static/js/main.e0239543.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.

JunsC 2024. 8. 9. 00:22
728x90

React 에서 프로필 프로젝트를 개발하고 서버에 업로드 중 
Refused to execute script from 'https://url/static/js/main.e0239543.js' because its MIME type ('text/html') is

not executable, and strict MIME type checking is enabled.

이런 오류가 발생해서 만든 scss 나 컴포넌트들이 보이질 않아 흰 화면으로 남아있었다.

 

분명 url 접속은 잘 된듯 한데 내용물이 안나오고 저런 에러가 나오니까 뭔가 좀 이상했다..

 

해당 url이 npm run build 한 폴더에서 인식을 못했기 때문에 빈 내용이 나올 수 있다 생각이 들었다.

 

그래서

 


여기 애초에 처음 시작하는 부분에서 profile 이라는 url 로 받아주는 걸로 바꿔서 다시 npm run build 를 했더니

잘 접속되었다 !!!

728x90

 

728x90