AppwriteException: User (role: guests) missing scope (account) at _Client.<anonymous>
- 0
- Auth
- Web
Please how do I overcome this issue please... I'm on a Tutorial and I keep encountering this issues... Please help
cloud.appwrite.io/v1/account:1
Failed to load resource: the server responded with a status of 401 ()
api.ts:76 AppwriteException: User (role: guests) missing scope (account) at _Client.<anonymous> (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=f41d7146:466:15) at Generator.next (<anonymous>) at fulfilled (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=f41d7146:13:24) cloud.appwrite.io/v1/databases/669dc5e50027d3dbec4c/collections/669dc6d0001e64d0616a/documents:1
Failed to load resource: the server responded with a status of 401 ()
api.ts:48 AppwriteException: The current user is not authorized to perform the requested action. at _Client.<anonymous> (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=f41d7146:466:15) at Generator.next (<anonymous>) at fulfilled (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=f41d7146:13:24)
This is the error
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...