Hello,
I just followed this tutorial https://appwrite.io/docs/tutorials/sveltekit-ssr-auth/step-1 and things work somewhat. If i am not authenticated and i visit /account i am redirected to /signup as expected. One item that doesn't behave as expected is when I navigate to the home page / while already authenticated I get redirected to /signup and not to /account. Is there something missing in the hooks.server.js file or maybe the file here src/routes/+page.server.js?
Thank you, Jon-Eric Cook
Recommended threads
- Having problems with Appwrite API keyAny...
Having problems with Auth as a result of the API key Anyone to help asap?
- Custom domain verification failing
Im having trouble adding custom domain to my project with the domain verification failing within my project but in organization view its verified
- Facing this Exception User (role: guests...
After creating an OAuth2 session using createOAuth2Session in Appwrite, the session is created successfully in the cloud console, but when I try to fetch user d...