E/flutter (22465): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'List<dynamic>' E/flutter (22465): #0 new User.fromMap (package:appwrite/src/models/user.dart:87:18) E/flutter (22465): #1 Account.create (package:appwrite/services/account.dart:55:24) E/flutter (22465): <asynchronous suspension>
What could be the possible cause for this error...?
Could you share the code used for this?
Also, what version of Appwrite and what version of the flutter SDK
environment: sdk: '>=3.1.0 <4.0.0'
appwrite: ^11.0.0
Appwrite: Version 1.3.8
on Digital Ocean
Hi guys... coming from firebase using appwrite for first time.... trying to setup email authentication..... just using code from appwrite demo todo app....
That version of the SDK is meant for Appwrite 1.4. Please downgrade and look at the readme to see what version of Appwrite the SDK is for
Thank you Steven..... that makes sense.... will downgrade and chk
Dowgraded to version 9.0.0 its working now without errors😊 Thamks a lot
[SOLVED] account.create throws error
Recommended threads
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- significant increase in CPU usage with 1...
Hi, This is no big deal at all (as everything is working great so far), but I just saw that the update (from 1.8 to 1.9) consumes much more CPU than before (re...
- Issues with executor in Appwrite 1.9.0
Hi, I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite This is the error from the log: [Er...