When I register the user as per my code below everything works well (session creation and database) except for this line """await account.createVerification( user.email, "http://localhost:3000/verification" //for development purpose );"""
which bring me this error app.66fbe39b0027606e7ec1@service.cloud.appwrite.io (role: applications) missing scope (account).
It is important to node that I am using appwrite in my node-express application. This error also appears when i try to fetch user with account.get as per the code provided. I have set everything (env API keys and secret) correctly.
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...