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
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...