Flutter Developer
Suddenly getting this AppwriteException on my Flutter app. Was not happening yesterday. Only thing that has changed is the WiFi network my laptop is connect to. I am using Appwrite Cloud for Flutter app on an Android emulator. I have reviewed previous posts and attempted solutions including clearing browser cookies + deleted/created a new Android emulator + running flutter clean, flutter pub upgrade combo, toggled email/password on/off in Appwrite console + deleted Appwrite project altogether, create new project and ported over all ids to Flutter app. (I am using Appwrite cloud. I am using Flutter 3.16.5. I am using an Android Emulator (Pixel 6)).
An the below error gets thrown when this function is called.
@override Future<model.User?> currentUserAccount() async { final res = await _account.get(); return res; }