Relative Content

Tag Archive for next.jscookiesexpress-session

Fetch not sending cookies across domains with NextJS

I have an app with a NextJS (app router) frontend and ExpressJS backend. I’m using express sessions for authentication. The issue I’m facing is that when I check authentication status from a frontend SSR component, the session cookie is not being properly attached.