
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
- Auth showing wrong numbers of users
I have 6 verified users but it shows 5 24 hours before I have 5 users that time its showing 4 users. Project ID: `68aed705001ef67ac979`
- Appwrite + Google OAuth session created,...
Hey everyone, I’m running into a weird issue with Appwrite’s Google OAuth provider and would love some insight. Here’s my setup: - **Stack:** React app...
- createPhoneToken not working with expo
` const phoneResponse = await account.createPhoneToken(response.$id, phone);` this gives this error: `OTP error: [AppwriteException: Server Error]` * phone i...
