Hello,
i tried to update my self hosted appwrite Server from the version 1.3.8 to 1.4.14. With the update the backend is not working. It simply returns a different Json-Object because it identifies a key for a list which i never set. I use dart for my backend.
Is it possible that the Backend is not working because of the "dart_appwrite 12.1.0 " package? I currently use the version 7.2.0 which is for appwrite 1.2... Is it possbile that this error comes from the package?
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...