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
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...
- Login / Signup issue
So I have been trying to create an account on appwrite but no matter what I try it doesn't work. I tried using GitHub at first but after logging in it just red...
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...