강의

멘토링

커뮤니티

Inflearn Community Q&A

w20321336's profile image
w20321336

asked

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

Node React Basics Lecture #7 BodyParser & PostMan & Membership Registration Function

안녕하세요 post man sand 부분에서 오류가 나서 질문드립니다!

Written on

·

257

0

ReferenceError: body is not defined 오류를 찾아보아도 제대로 된 답변이 안나오네요.. 경로가 잘못된 것 같은데 정확히 어떻게 잘 못된건지 모르겠어가지고 고뇌하다가 문의 드립니다!

nodejsreact

Answer 1

2

const user = new User(req.body)

'req.body' 이 부분이 'req,body'로 되어 있지 않으신가요?

저는 이거 하나 찾는데 30분을 넘게 헤맸습니다...

w20321336님의 프로필 이미지
w20321336
Questioner

맞아요 저도 다른분 도움받아 겨우겨우해결했었네요.. 감사합니다

w20321336's profile image
w20321336

asked

Ask a question