
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
- OAUTH2 doesn't works
https://github.com/202420505/APPWRITE-GOOGLE-AUTH Is my code wrong? I think this is also related to deeplinks
- Auth administration members are not show...
Auth administration members are not showing in authentication so plz help
- White Screen of Death
I am building an android application which is using React native(EXPO) and Appwrite. But While using the App in the Expo Go or Orbit it works perfectly wihout e...
