<aside> ✨ Topic (논의해야 할 것)
</aside>
CORS 이슈가 있는 듯 하다.
**Note:**For SSR on authenticated pages, it is vital that that the domain of the auth API (and hence the domain of the
refresh_token
cookie) is the same as the domain of the SSR server. Otherwise, our cookies won't be sent to the SSR server!
확실한 건, SSR 로직에서는 쿠키를 사용해야 한다는 것. 브라우저의 LocalStorage와 동시에 저장을 한다면?
axios.interceptor
이용확인해야 할 것
Next
의 SSR
에서 쿠키 받아보기