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
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...