Preference object in Flutter SDK is getting initialized with Empty list instead of a Map.
- 0
- Teams
- Flutter
- Cloud
- Users
- Functions
I have encountered this error with User object previously. when i was working with appwrite functions with Dart.
- When User's preference is empty the User object's preference field is getting initialized as an Empty List instead of Empty Map.
Currently I am working with Client Flutter SDK where I am facing with same issue while accessing Team Object because it has also got Team Preference.
Just want to add , It is working fine if Preference is not empty, just the empty value is creating the issue.
This is currently a known issue: https://github.com/appwrite/appwrite/issues/6360
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...