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
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Session cookies stored on wrong (sub-)do...
Hi, I own a domain `example.com` which is registered with the Appwrite nameserver. My website runs on Sites, using `www.example.com` as domain, and my function...
- sh: vite: Permission denied
When installing the vue starter template as site and then adding DaisyUI, i get the error `sh: vite: Permission denied`. I also got this issue (with a fresh tem...