I am trying to delete an attribute but it gives me a prompt of successful delete attribute, but the attribute is still exist on my collection
when you do any CRUD operation on collections, attributes, or indexes it queues a job in the background. That success let's you know the job was queued.
I think there's an issue open to help clarify that
related issue: https://github.com/appwrite/console/issues/430
anywyas, there could have been a backup going on at the time. are you still having a problem?
no it is alright right now.
ya, it was the backup then
[SOLVED] Cant delete attribute in cloud version
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...