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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...