
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
- Stuck at pinging the server to finish ad...
I'm not using the starter app and I'm not sure how to finish connecting my app to Appwrite.io. Is there a CURL command I can run to finish setup?
- Trouble with emailVerification(appname:/...
[AppwriteException: Invalid `url` param: Invalid URI. Register your new client (app) as a new platform on your project console dashboard]. i previously had ema...
- OAUTH Error 400
Iām encountering an issue with authentication with google or apple in my Expo React Native app. It was working previously, but it has recently stopped keeping, ...
