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
- unlike any other provider, your sites DN...
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.
- Weird Table Causes Console to break
I dont even know how this even happened looks like the $createdAt and , $id got switched? <@831428608895615056>
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...