help me i implemented sign up and login and it works well. but after i impement verifcation i got
AppwriteException: app.xxxxxxxxxxxxxxxxx@service.fra.cloud.appwrite.io (role: applications) missing scopes (["account"])
at _Client.call (file:///xxxxx/xxxxx/xxxxxxx/node_modules/node-appwrite/dist/client.mjs:294:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
code: 401,
type: 'general_unauthorized_scope',
response: '{"message":"app.xxxxxxxxxxxxxxx@service.fra.cloud.appwrite.io (role: applications) missing scopes ([\\"account\\"])","code":401,"type":"general_unauthorized_scope","version":"1.8.0"}'
}
error can anyone help me im suing sveltekit ssr auth
Recommended threads
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...