
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
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
- AppwriteException: team_not_found, Team ...
While trying to fetch team data or membership data using teams.get(id...) or teams.listMemberships it showing an error :Exception has occurred. AppwriteExceptio...
- Build onConversationCreatedfailed
Invalid document structure: Attribute "$tenant" has invalid type. Value must be a valid string and no longer than 36 chars Been using the function multiple time...
