I get the error below when I try to register a new user.
io.appwrite.exceptions.AppwriteException: User (role: guests) missing scope (account)
This shouldn't return for registering a new user (account.create()
). Double check what API call is throwing this. Perhaps you're calling account.get()
without creating a session first
Ok. I figured the cause, I called a function that has account.createVerification
in the scope as account.create()
Thanks
[SOLVED] User (role: guests) missing scope (account)
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- 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...