sourceOriginal post
Web Developer
I am following this tutorial https://appwrite.io/docs/tutorials/nextjs-ssr-auth, everything works fine when used appwrite cloud but when switched to the selfhosted version the session isnt being created. Atleast that's what I think. I've exposed the selfhosted instance using cloudflare tunnels. What could be the problem?
Summary
Developers following a Next.js SSR authentication tutorial are experiencing issues creating sessions when switching from Appwrite Cloud to a self-hosted version. It seems the issue arises when using Cloudflare tunnels to expose the self-hosted instance.