강의

멘토링

로드맵

Inflearn Community Q&A

orz2634's profile image
orz2634

asked

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

Node React Basics Lecture #12 Token Generation with jsonwebtoken

쿠키 생성이 안 돼요.. ㅠ

Written on

·

279

0

코드는 똑같이 쳤는데 쿠키가 저장이 안 되네요 마지막까지 달렸는데 쿠키 저장이 안 되니 Auth 부분에서 문제가 되어 다시 여기로 되돌아 왔습니다.. 따흑

        res.cookie("x_auth", userInfo.token)
          .status(200)
          .json({ loginSuccess: true, userId: userInfo._id });

했을 때 json까지 잘 넘어가는데 왜 쿠키 저장만 안 될까요??? ㅠ

reactnodejs

Answer

This question is waiting for answers
Be the first to answer!
orz2634's profile image
orz2634

asked

Ask a question