DipenOriginal post
Rank 3: Container
Unhandled Exception: type 'String' is not a subtype of type 'Map<String, dynamic>' in account.dart file in appwrite
Dart
await account.createEmailSession( email: email, password: password, );Summary
Title: Unhandled Exception: type 'String' is not a subtype of type 'Map<String, dynamic>';
Solution: The issue was resolved by deleting the code, restarting the laptop, and adding the code again. Additionally, another user suggested trying the code snippet provided in the message.