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
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...