NextJs 14 automatically send cookies in server components with axios
I’m settings a cookie in client side and there I’m also settings axios to send the cookie with all the request, it works in client components but in server component axios is not sending the cookie even tho I’m using the same instance of axios.