I believe my sign-up feature is working -- I can create a user in my app and have it show up on my cloud appwrite users. However, when I try to enter the information into my sign-in feature, I get the error message in the title. I then deleted the account I believe I was logged into and then get this error message: [Error: AppwriteException: User (role: guests) missing scope (account)]. I am a little lost. Also, I believe I am not storing an ID, even though when I call account.create, I am storing an ID.unique(). Later, when I try to console.log my account.$id, it logs 'undefined', so I'm a little lost there. Any ideas? I can provide screenshots of code if that would be helpful. Thanks!
Recommended threads
- Current User is Not authorized
recreating same Thread
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...