Web Developer
Hello everyone, 👋
I'm currently experiencing a problem with my SvelteKit application. :svelte:
I have configured my application to handle user sessions using the Appwrite SDK for Node.js because of SSR. When I try to add or delete documents in my collection from my application, I get the following error: "Permissions must be one of: (any, guests)". I set these security rules for my collection because I want only the right user can read, update, delete
User -> read
Document security is enabled
If you need more information or a code, don't hesitate to ask me.
Thank you in advance for your help 😄