While i tried deleting an attribute I get a stuck label.
Stuck is stuck. Nothing you can do about it now
Did you try to delete it while it was processing?
no
i deleted it after i created it and even pushed some data to it
Did you try deleting it multiple times?
What's your project id?
after it got stuck . i tried deletig it multip times
And is this on cloud?
yes right
64daf210b8ce242c8fbb is my project id
Would you please check the network logs for the collections network request. The response should have all the collections and then stuck collection should have a log attribute
collections network request ? I just tried with listing the documents in that collection but i dont see attribute information in that response.
No it would be in the list collections or get collection API call. List documents will return the documents and not the attributes metadata
ListCollection doesn't exist in webSdk.
Yes, if you're using an SDK, you'll need to use a server SDK. Alternatively, you can use the Appwrite CLI or inspect the network requests on the Appwrite console
never mind. i will delete the collection and recreate it to fix this. But I am just curious. will this issue be there even after its out of beta ?
and if this issue is happening due to user action. like if user is deletig it while its processing. appwrite can have preventive check, if its in process disable delete or any other operation until its created to prevent "stuck".
Hard to say since I don't know why it happened in your case. As for the problem with people trying to delete the attribute while it's processing, we are discussing internally how to deal with that
great.. if team is already working on it. I hope this issue wont be there after its out of beta.
[CLOSED] Getting stuck label while deleting a attribute.
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...