appwrite / appwrite

Your backend, minus the hassle.
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
45.28k stars 4k forks source link

🐛 Bug Report: Attribute creation timed out. #8729

Open DominikJoppa opened 1 month ago

DominikJoppa commented 1 month ago

👟 Reproduction steps

Running appwrite push

👍 Expected behavior

I dont kwow.

👎 Actual Behavior

CLI Error:

Error: Attribute creation timed out.
    at createAttributes (/snapshot/sdk-for-cli/lib/commands/push.js:889:15)
    at async pushCollection (/snapshot/sdk-for-cli/lib/commands/push.js:1425:13)
    at async pushResources (/snapshot/sdk-for-cli/lib/commands/push.js:914:13)

🎲 Appwrite version

Appwrite Self-Hosted

💻 Operating system

MacOS

🧱 Your Environment

CLI version: 6.0.0 Operation System: Darwin Appwrite version: 1.6.0 Is Cloud: No

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

byawitz commented 1 month ago

Hi @DominikJoppa, thanks for opening the issue.

How many attributes and indexes are in your appwrite.json file?

Try to increase the number of retrying to 60 for example by running

appwrite push collection --attempts 60