
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
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
