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
- Problem with email links
Hi. I'm receiving emails without working links, the text that is suposed to be a link is plain text...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Auth Issue (maybe?)
Hi there, I'm relatively new to programming and am following a tutorial on youtube just to get an idea of how this all is suppossed to work. Now Im setting up t...