강의

멘토링

로드맵

Inflearn Community Q&A

wodnqjel9780's profile image
wodnqjel9780

asked

Learn by Following Along Node, React Series - Building a Shopping Mall Site [Complete Renewal]

강의 진행 5분50초에서 막혔습니다.

Written on

·

361

1

이미지 업로드후 콘솔에서 
Uncaught (in promise) Error: Request failed with status code 504에러가 뜨네요.  

product.js를 보고 작성을 하고있는데요 뭔가 제가 놓친게 있을까요?

깃허브 :  https://github.com/stepperweb/boilerplate-mern-stack-1

웹앱reactreduxmongodbnodejs

Answer 2

0

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

안녕하세요 김재우님 ! 

return req.json({ success: false, err })
 

이부분을 

return res.json({ success: false, err })
 

이렇게 바꿔주세요 ~!!! req=> res 입니다 ! 수고하세요 !

0

wodnqjel9780님의 프로필 이미지
wodnqjel9780
Questioner

wodnqjel9780's profile image
wodnqjel9780

asked

Ask a question