[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
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...