runnging appwrite push collections --all --force in my cicd, I received the following output:
ℹ Info: Checking for changes ...
ℹ Info: Collection PollOptions does not exist in the project. Creating ...
ℹ Info: Collection PollSuggestions does not exist in the project. Creating ...
ℹ Info: Collection PollVotes does not exist in the project. Creating ...
ℹ Info: Collection Polls does not exist in the project. Creating ...
ℹ Info: Pushing collection Polls ( 676a27c20025b8a2689b - 677d650400147922cdf8 ) attributes
ℹ Info: For detailed error pass the --verbose or --report flag
✗ Error: Attribute creation timed out.
Error: Process completed with exit code 1.
I run this each time I merge a PR, and I can therefore see exactly what changes were made to the appwrite json file. In this instance there were only additions - new collections were added. The following lines were added to appwrite.json (attached as too large for a snippet)
Is it struggling with relationships?
Have tried running it since and it fails each time. Pretty annoying as this is how I was expecting to do my deployments, but if it won't work then I can't see how I can do things this way...
Recommended threads
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...