Hello everyone! ππ»
I just created an attribute and it's stuck on "processing" for a longer period of time. There is no option to delete the attribute (which makes sense, since it's not fully created). I prefer not to delete the whole collection, because recreating it would take much time.
On self-hosted I'd dive/"hack" into the internals and remove the pending attribute manually. But on Cloud I don't have such access.
I was wondering: how can I fix this situation and either delete the attribute or make that it finish processing? π
Solved
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...