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
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- Need Help on Self Hosted Version of Appw...
Hi i wanted to test SMS OTP verify method but i am not able to do it. I follow all the steps but no luck. Please help me with this. I am using Appwrite self hos...