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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...