
Hi, according to the docs here https://appwrite.io/docs/tutorials/sveltekit-auth/step-4 I should turned off the SSR in my SvelteKit project why is that so? Is it mandatory? What will happen if I turn that on?
TL;DR
Title: Disabling SSR in SvelteKit - Why and What to Expect
Message: Hey developers! I noticed in the SvelteKit documentation that I should disable SSR (Server-Side Rendering). Is it necessary? What happens if I leave it enabled?
Solution: Disabling SSR in SvelteKit is recommended for this specific tutorial. It helps ensure a smoother authentication flow. It may not be mandatory for all projects but can be beneficial in certain cases. Leaving it enabled could potentially cause issues with the authentication process.Recommended threads
- New Provider isn't working | Invalid OAu...
Hallo, I set up a new provider in Appwrite. I followed all the documentation, I set up everything, I successfully ran both Appwrite console and backend, and I f...
- Appwrite Sites: Error At Deployment
Hello, I am using Appwrite 1.7.4 on a self-hosted instance and am experiencing an issue with Appwrite Site's manual deployment. ```powershell [12:44:43] [open-...
- Unable to get teams ID
Part of my application involves looking at a table with the "assigned user" value and matching that to the corresponding user id in the team, for some reason th...
