Hi there! I just started with appwrite. I use a selfhosted solution using docker.
Yesterday i created a simple signup page in my app and got an exception after account.create. The account will be created an the appwrite side.
The exception raises in appwrite/src/models/target.dart .. there is a function Target.fromMap
in the line expired: map['expired'], is the error. The problem is, that map did not contains the key "expired". Any idea what i can try or do to fix my problem?
Recommended threads
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support π I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- context deadline exceeded
Hi, in one of my projects i continuously receive context deadline exceeded when trying to reach users API from my local machine: https://fra.cloud.appwrite.io/v...
- π Realtime Flutter SDK Crash β Realtime...
**Summary** When using Appwrite Cloud with the Flutter SDK (latest appwrite release: 21.4.0), Realtime crashes with: ```Unhandled async error: type '_Map<String...