내배캠 50일차

·2023년 1월 2일
0

내일배움캠프

목록 보기
53/142
post-thumbnail

todo

  • sequelize 파일 만들기
  • 기능구현

오류 해결

스타일 적용이 갑자기 안될 때

[error] Refused to apply style from '...' because its MIME type ('application/json') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

<link rel="stylesheet" href="css/sidebar.css">

헤더파일에 속한 CSS 파일이 제대로 로드되지 않는 것이다.

=>

<link rel="stylesheet" href="/css/sidebar.css">

오류해결참고 블로그
https://choichumji.tistory.com/80

라우터 콜백함수가 잘못된 경우

[node.js] msg : Route.get() requires a callback function but got a [object Undefined]

=>
라우터 안 get 방식으로 요청한 부분의 콜백이 잘못들어 가있는지 확인

출처
https://avengersrhydon1121.tistory.com/299

profile
개발자 꿈나무

0개의 댓글