[SOLVED] dart_appwrite-8.0.0 _TypeError (type 'List<dynamic>' is not a subtype of typ
- 0
- Teams
- Flutter
- Self Hosted
Hi all. After updating to the latest version on the server side, an error occurs when creating a team.
Future<models.Team> create( … return models.Team.fromMap(res.data);
Hi - version and SDK?
dart_appwrite 8.0.0, appwrite 1.3.1
let me take a look
Sorry, appwrite 2.0.2 )
It's the CLI version
@dlohani can I get your eyes on this please? 🙏
Hey, @wadman that's actually a bug in the API that we missed, we already have a fix in progress https://github.com/appwrite/appwrite/pull/5361
[BUG UNDER FIX] dart_appwrite-8.0.0 _TypeError (type 'List<dynamic>' is not a subtype of typ
[SOLVED] dart_appwrite-8.0.0 _TypeError (type 'List<dynamic>' is not a subtype of typ
Hi, Having the same issue after upgrading to 1.3.1, any eta when the fix will be released?
Hopefully this upcoming week
We just released 1.3.2! See https://discord.com/channels/564160730845151244/636818236310159360/1101246221089263617. Thanks for your patience
Super! Thanks for the info ☺️
Recommended threads
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...