강의

멘토링

커뮤니티

Inflearn Community Q&A

romance84443143's profile image
romance84443143

asked

Node and React series that you can learn by following - Basic lecture

Node React Basics Lecture #14 Logout Function

강사님 postman에서 실행이 계속 로딩바만 돌고 진행이 안되는데..혹시 제가 코드를 잘못 작성해서 그런건가요?

Written on

·

286

0

아래 이미지 처럼 계속 저 상태입니다...왜 그럴까요...?ㅠㅡㅠ

reactnodejs

Answer 2

1

저도 그랬었는데 

저는

if(err)return cb(err), 쉼표 때문이었습니다.

if(err)return cb(err); 해주면 정상 작동하였습니다.

1

John Ahn님의 프로필 이미지
John Ahn
Instructor

안녕하세요 JAEBOK님 !  아마 세세한 오타가 있을가능성이 있습니다 
https://github.com/jaewonhimnae/boiler-plate-ko
이 소스랑 한번 비교해주시면 감사하겠씁니다 ^^ 

romance84443143's profile image
romance84443143

asked

Ask a question