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
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...