
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
- SSO google apple not working anymore
We use Apple and Google sso in our react native app. Everything worked fine until we noticed today that we see general argument error. We did not change anythi...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
