Hi,
I have a web app using Appwrite. I implemented the basic registration some time ago and it worked. User fills in email and password, sdk creates user with account.create(). Then sends the verification mail via account.createVerification().
I'm sure I didn't changed anything regarding that and already looked through and tried stuff for hours but I can't get rid a an exception thrown by createVerification:
AppwriteException: User (role: guests) missing scope (account)
The user creation works, but the verification not and therefor no email is being send.
I hope someone can help.
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...