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
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...