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
- Project Paused
I am the developer of a project and the admin is not able to login into their account for some reason and I can't change the status of the project due to role r...
- what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...