When I run appwrite deploy collection, the majority of the time, the deployment doesn't complete, and fails with ✗ Error fetch failed. This happens in any project, with any appwrite.json file, whether the database already exists or not. Nothing shows up in the logs when this happens.
Sometimes it happens earlier, sometimes later - so usually some of the Collections/Attributes are created, but how many is different each time - sometimes it fails right at the start and nothing gets created at all, sometimes it fails before deleting the current database (if it already exists), and sometimes after.
If I run it a bunch of times in a row, the result is different each time.
My guess is that something is happening out of order
Or is taking too long to complete
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
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...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
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, ...