nuxt-hub / core

Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
https://hub.nuxt.com
Apache License 2.0
993 stars 57 forks source link

Admin KV editor must check for key existance before creating new key #375

Open sisou opened 1 week ago

sisou commented 1 week ago

Features:

Description: I wanted to search for a key in the Hub Admin KV panel and accidentally put the key into the New key field (which is right above the search field!) and hit ENTER. And just like that, my key was overwritten with an empty object. No confirmation, no warning, no nothing. Production data lost.