Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as mentioned in the docs you use that domain for the cookie which makes it possible to the client sdk to use the session.
But It seems that I produced it once then couldn't do it again, I tried following the docs but It seems that I'm stupid.
I'm on Next.js. PLEASE HELP ME 🥸 😂
TL;DR
Developers having trouble sharing SSR session to client using custom domain, specifically on Next.js. Real-time updates need a custom domain in Appwrite for cookies, but having difficulty following the docs. Assistance requested.