When using magic link authentication with appwrite in next js ssr. I'm not getting the session on redirection. The session works only on a hard refresh. Is there any workaround for this while using setting cookies as sameSite: "strict"
TL;DR
Developers are having issues with session not persisting after redirection when using magic link authentication with appwrite in Next.js SSR. Session works only after a hard refresh. Looking for a workaround while setting cookies as sameSite: "strict".