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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused