Use Client Fetch not sending cookies even after passing credentials: include for App Router
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
Hi, I'm bewildered at how to even get SSR working in the App Router, it is as if Next put so much focus on server components to the detriment of the rest. I have an application that keeps the user session in an HttpOnly 'auth_token' cookie and makes calls to the API in the same domain. On the browser the call gets made, the fetch call passes the credentials correctly but during the SSR pass it doesn't, is there anything that I'm missing here?