Hi
I wanted to delete a key from a KV store, but the delete link (“Elimina”) is disabled. This is pretty strange!
I’m logged in as super administrator and I remember I was able to do so time ago. Did anything change?
Hi
I wanted to delete a key from a KV store, but the delete link (“Elimina”) is disabled. This is pretty strange!
I’m logged in as super administrator and I remember I was able to do so time ago. Did anything change?
Hello,
Hi
thanks for the fast response! By the way I want to delete a single key, not a bulk deletion.
I managed to do so via API, but I was wondering why the delete link was disabled
You need to report that to support. I have that issue as well, which has been hard to debug, more users reporting could help.
Hi @delphaber (and @adaptive),
Two possible reasons that the “delete” function would be disabled in the UI:
#2 here arises because we try really hard to make sure that updates never break a worker that is live in production. In the early days of KV we had some inconsistency around how we implemented URL encoding of key names, which unfortunately we couldn’t fix without potentially breaking people if they were inadvertently relying on the bug. So we had to mark old namespaces as keeping the old, broken behavior, and apply the new, better behavior to new namespaces.
It definetely reason #2
Thanks for the explanation!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.