작성
·
1.9K
0
안녕하세요 강사님.
강의 내용 6:00에 해당하는 부분입니다.
frontend > dist > static > css, img, js 디렉토리를
backend > static 에 옮기고,
frontend > dist > index.html 을
backend > templates > home.html 으로 옮긴 다음,
홈화면이 뜨지 않습니다.
브라우저 콘솔에는 아래와 같은 메세지가 뜹니다.
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.
chunk-vendors.a8138f8f.js:1 Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.
:9000/favicon.ico:1 Failed to load resource: the server responded with a status of 404 (Not Found)
제가 지금 시간을 꽤 투자해서 문제를 해결하려 하는데, 별 소득이 없어 혹시 어떤 문제인지 도움을 얻을 수 있을까 싶어서 질문을 남깁니다.
감사합니다.
답변 1
0
안녕하세요. 독자님.
자바스크립트 파일을 못찾는 듯 하군요. 밑에 favicon.ico 404 는 정상 에러이구요.
아래 비슷한 문제가 있는데 도움이 될 듯 합니다.
https://velog.io/@nemo/failed-to-load-module-error