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
- Send Email from App
Hi there. Is there a way to use Appwrite for sending an email vom app side? I only found the server sdk infos, but i need this from client side.
- Mock Email
Hello, How can I create and use mock email addresses for testing purposes, allowing users to simulate email-based authentication or sign-in without needing real...
- Storing database/collection/document ids...
I'm kinda confused when it comes to the database querying in both Firebase and Supabase I use table/collection names but here with Appwrite I use IDs, should th...