You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no easy way to send cookies from the server in next.js, You can get cookies via ctx.req.headers.cookie so one would expect to send them via ctx.res.[headers].cookie in getInitialProps similar to express.js
Is it something on your radar? Or can you recommended a third party lib to do that?