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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...