Error 정리/Front Error1 정적 리소스 관련 오류 Refused to apply style from ' ' is not a supported stylesheet MIME type, and strict MIME checking is enabled. 템플릿의 css와 js 적용중 역시 우려했던 에러가 났다.. 다른 프로젝트 할때도 템플릿을 적용할 때 한번은 꼭 애를 먹였던 에러라 걱정됐는데 또 나고 말았다... 흑흑 Refused to apply style from '' is not a supported stylesheet MIME type, and strict MIME checking is enabled. 에러 분서결과1. css나 js의 경로를 잘못 입력했을 경우spring: web: resources: static-locations: classpath:/static/ thymeleaf: prefix: classpath:/templates/ suffix: .htmlapplication.yml 파일 코드 중 일부 확인 .. 2024. 9. 24. 이전 1 다음