i use ubuntu server and install appwrite (docker) when i login in flutter: account.createEmailPasswordSession(email: email, password: password) Error: Unhandled Exception: type 'Null' is not a subtype of type 'bool' the error in appwrite 14.0.0 package target.dart file (targets: List<Target>.from(map['targets'].map((p) => Target.fromMap(p))),)
factory Target.fromMap(Map<String, dynamic> map) { return Target( $id: map['$id'].toString(), $createdAt: map['$createdAt'].toString(), $updatedAt: map['$updatedAt'].toString(), name: map['name'].toString(), userId: map['userId'].toString(), providerId: map['providerId']?.toString(), providerType: map['providerType'].toString(), identifier: map['identifier'].toString(), expired: map['expired'], // this is null ); }
Recommended threads
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- How to update from 1.8.1 to 1.9.6
Due to the number of issues reported in version 1.9.5, I am hesitant to proceed with the update. Could anyone advise if version 1.9.6 is stable and resolves tho...