Day19

Preznt·2022년 11월 7일
0

국비 교육

목록 보기
11/13

작업중에 만난 오류들

github : https://github.com/Preznt/Biz_NodeJS_2022_10.git에서
Node_foodproject 폴더

  • cannot convert undefined or null to oject
    : app.use(express.urlencoded({ extended: false }));를 안적어서 req.body 데이터를 가지고 오지 못했다

  • Malformed communication packet.
    : 배열이 문제 input태그에 name을 설정하지 않아서 값을 가져오지 못했다.

  • its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
    : CSS 파일이름을 formA formB로 바꾸고 난 후부터 formA를 연결하려고 하니 나타난 오류
    https://stackoverflow.com/questions/48248832/stylesheet-not-loaded-because-of-mime-type
    이걸 참고해서 경로는 확실하게 되어있는데 의심가는 부분이 css파일 이름을 다르게 적어야 하나 싶어서 다르게 적은 후에 실행해보니 실행이 됐는데 실행 후 다시 원래 파일이름으로 바꾸니 다시 됐다...진짜 뭐가 문제였던걸까

0개의 댓글