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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...