[에러모음]TypeError: Cannot read property 'length' of undefined at pathtoRegexp

김진영·2023년 5월 2일
0

에러모음

목록 보기
2/3
post-thumbnail

express 서버를 작성하면서 위와 같은 에러가 발생했습니다.
schemas, controllers 작성에는 문제가 없어 보였습니다.
원인은 routes 파일에 있었습니다.
해당 에러가 발생한 이유는 app.get() 메서드에 파라미터를 적지 않았기 때문입니다.
get 메서드 안에 파라미터를 넣어주면 에러를 해결할 수 있습니다.
NodeJS/Express error when declaring routes 👈🏻 참고한 스택오버플로우 이슈 글입니다.

profile
기록해서 남길래요

0개의 댓글