I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting:
"Failed to send notification to seller 6865bfd200091084268a: app.6859f009000e9dc845a4@service.cloud.appwrite.io (role: applications) missing scope (account) "
this is the code I try to run the function :
const seller = await account.get(sellerId);
the screenshot of m appwrite console is attached. Thank you
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...