Threads
MongoDb Database Breaks integer[] & bigint[]
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error logs in selfhosted docker). However, an...
- Self Hosted
- Functions
- Databases
14 days ago
1.9.6 Console handles all array columns as string[]
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, clicking `+ Add Item` tries to create a ...
- Self Hosted
- Databases
17 days ago
`project_id_missing` in Cloud Function when trying to create a file
I've got a cloud function written in `Dart-3.12` that I'm trying to create a file in a file bucket. I'm using the latest `dart_appwrite` sdk (`26.1.0`) and Appwrite `1.9.5` on a local selfhosted inst...
- Self Hosted
- Functions
- Storage
19 days ago