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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...