
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
- Appwrite Fra Cloud Custom Domains Issue
I’m trying to configure my custom domain appwrite.qnarweb.com (CNAME pointing to fra.cloud.appwrite.io with Cloudflare proxy disabled) but encountering a TLS ce...
- Appwrite service :: getCurrentUser :: Us...
Getting this error while creating a react app can someone please help me solve the error
- Storage & Database is not allowing.
Storage & Database is not allowing to CRUD after i have logged in ? Using web SDK with next.js without any SSR or node-sdk.
