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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...