I think that error is relevant to the
I think that error is relevant to the delete you try to do and it probably means the delete doesn't fully go through, or that error causes the deletion to be reverted. I will forward it to the team to investigate more.
Your code is correct in terms of the delete code.
5 Replies
So since I kept running into this issue where
deleteAll
deletes and then the data comes back, I decided to list all the instances, and surprisingly every single entry returned "hasStoredData": false
. Which is weird because I have a current running instance (with storage), that has never ran a deleteAll
, besides the other ones that phantom deleted.
should I just recreate my namespace? namespaceId: a83b2d79377d4e3eaa2f7130b52c20d1
I'm querying the correct (i have only 1) namespace since creating a new instance (new user) increments the amount of results with the same "hasStoredData": false
mine also says hasStoredData: false for all instances
probably doesn't have to do with the problem you're having
does deleteAll work as intended for you? I.e succeeds -> data appears deleted for a few seconds then comes back like nothing happened
never tried
deleteAll
but when i did like a few months ago it workedI just have to spam the deleteAll a few times before it actually persists the delete 😮