Reactjs – Cookie from Express app not set when fetching in Next app
I have an app that's built on react/next and a server built on express. The basic flow is that a user authenticates via Github Oauth using passport.js, the server then returns a connect.sid cookie which should be used on subsequent…