[AppwriteException: User (role: guests) missing scope (account)]
- 0
- Android
- React Native
- Databases
Hello im a newbie and im learning React Native and i ran into an error i cant figure out. Im following the a video called "React Native Course for Beginners in 2024 | Build a Full Stack React Native App" by the youtube channel JavaScript Mastery (NOT A PLUG) and i got to the point where he finishes up explaining and setting up the Appwrite Logic but i keep getting an error as the title suggest [AppwriteException: User (role: guests) missing scope (account)] and a warning like the one in the image. One thing i did that is not in the video is i deleted the seasons and user from the database because ever time i refreshed the page i got a different error saying something like a user already in an active season (which i fixed later) but when i got to the end of that video seggment i started getting this error.
Any help would be appreciated 🙂
https://github.com/DarkoProjkovski/reactnativetestapp git repo here
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...