강의

멘토링

커뮤니티

Inflearn Community Q&A

god312252262's profile image
god312252262

asked

Do it! Introduction to Node.js Programming

Create a Blog App - Admin Login

관리자 로그인 쪽 작업하고 있는 무한루프에 빠져 오픈이 안됩니다.

Written on

·

363

0

오류가 뜨지 않고 무한루프에 걸려 있는데 , admin 을 post 로 호출하는 페이지 뿐만 아니라 모든 페이지가 로딩 자체가 안되는데 혹시 무슨 문제가 있는걸까요
app. js 에서 아래 코드를 주석 처리하면 다른 페이지도 바로 로딩이 됩니다.

app.use(cookieParser);

 

javascriptnode.jsmongodbexpress

Answer 1

1

god312252262님의 프로필 이미지
god312252262
Questioner

app.use(cookieParser()) 으로 동작을 합니다.
god312252262's profile image
god312252262

asked

Ask a question