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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...