
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
- Cannot sign in with APPLE
I'm a self hosted, https://staging.app.doko.so/ verion 1.8.0-RC2. I am doing sign in with apple and google, i followed everything of the doc, but it still didn'...
- Deploy sites confusion (1.7.4) / Node
Hi, I have a project with two version of the same website. One if in french, the other in english. They share the same databases and storage but I've deployed ...
- 1.7.2 Node-appwrite createDocuments from...
Am I correct in my testing that functions with document creation event, wont trigger on calling createDocuments from within a function.
