Rank 2: Process
While i tried deleting an attribute I get a stuck label.
Votes
0
Replies
20
Participants
Unknown
Messages
21
Rank 2: Process
While i tried deleting an attribute I get a stuck label.
Admin
Stuck is stuck. Nothing you can do about it now
Admin
Did you try to delete it while it was processing?
Rank 2: Process
no
Rank 2: Process
i deleted it after i created it and even pushed some data to it
Admin
Did you try deleting it multiple times?
Admin
What's your project id?
Rank 2: Process
after it got stuck . i tried deletig it multip times
Admin
And is this on cloud?
Rank 2: Process
yes right
Rank 2: Process
64daf210b8ce242c8fbb is my project id
Admin
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
Rank 2: Process
collections network request ? I just tried with listing the documents in that collection but i dont see attribute information in that response.
Admin
No it would be in the list collections or get collection API call. List documents will return the documents and not the attributes metadata
Rank 2: Process
ListCollection doesn't exist in webSdk.
Admin
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
Rank 2: Process
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 ?
Rank 2: Process
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".
Admin
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
Rank 2: Process
great.. if team is already working on it. I hope this issue wont be there after its out of beta.
Admin
[CLOSED] Getting stuck label while deleting a attribute.