
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
- Appwrite messaging api error
```=== Push Notification Function Started === Endpoint: https://fra.cloud.appwrite.io/v1 Project: 6899062700398ffeae4f Database: threed-dating-db Notification f...
- Hackathon Query
One of the requirements for the Hackathon is that the project must be deployed on Appwrite Sites. What if we build a Flutter/Compose Android App? Would that cou...
- User Verification for Operations after L...
I have a weird problem in my app that Appwrite does not see the authenticated user. After `await`ing `account.createEmailPasswordSession()` and `account.get()` ...
