
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
- How To Send Email Verification From Serv...
How can I send email verification from server action or component after sign up in next.js ? Is there any way ?
- x-appwrite-user-jwt missing
Even for logged in users I can't see "x-appwrite-user-jwt" or "x-appwrite-user-id" in headers of an appwrite function. I'm trying to send "x-appwrite-user-id" m...
- ATTRIBUTE NOT SHOWING DELETE
Hi, I'm trying to delete an attribute in my collection but it won't delete, It's not even showing the delete when I click on the hamburger icon, Its showing onl...
