
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
- Google OAuth2 screen loop issue in Flut...
i am trying to authenticate user on my app using google, everything works fine, but even after succesfull authentication instead of redirecting back to the app,...
- getting network issue when trying to acc...
- Handling ‘Message type is not valid’ Err...
I’m integrating a QR code payment feature into my Android application using Appwrite’s Realtime API. The implementation involves subscribing to a specific docum...
