Hello, I am scripting my setup of DB, collections, and indices. Running into error of
message: "Attribute not available: attribute_name",
code: 400..
I believe this is due to the fact that the status is still processing while trying to create an indices. I am awaiting this request to it's obvious that the creation is happening async in the background. Trying to find the best way to mitigate this? Any solutions?
The creation process is being made by the database-worker I don't think there is anyway to make it faster
It usually takes just a few seconds but otherwise its seems like there is a waiting time 😦
Ah ok, I'll just change my indices to be created post database and collection then. Thank you! [SOLVED]
[SOLVED] Status: "Processing" from createIntegerAttribute response SDK: Deno
Recommended threads
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...
- Terraform tablesdb_column type inconsist...
Hi, I am trying out the new terraform provider for appwrite that was introduced a few weeks back. As a first step I wanted to import our existing databases into...
- Self-hosted 1.9.0 — what's the canonical...
Self-hosted 1.9.0 — canonical way for functions to call the API on the same host? Setup: Go functions on self-hosted 1.9.0. Public domain via traefik, valid LE...