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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...