401 unauthorised How to resolve it
What is the response body?
This means you're not logged in. Did you create a session?
But i access all in collection
What are the permissions settings for your collection?
All
Means not only users
Well then that explains why you can access all documents....
So how i resolve this query?
What do you mean?
How this can be resolved?
Guidelines or steps to follow?
It's expected so there's nothing to resolve 🧐
You're calling account.get() but you haven't created a session...so it's expected
So how i create account first 😂
?
How to create session?
Ok thanks
Recommended threads
- Sites: Auto deploy on wrong github repos...
Hello, I have kinda with UAT(testing env) and prod env. When i pull request from dev -> uat, which stands as pre-prod environment to fully test all functionalit...
- Generate CSR
How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...