I'm running a worker locally (`wrangler dev`) and trying to access some KV keys I've set using `wran
I'm running a worker locally (
wrangler dev
) and trying to access some KV keys I've set using wrangler kv key put ... --local <key> <value>
but my <kvnamespace>.get in my worker always returns null. I tried listing them from the worker too, and there's no keys at all. Listing them with "kv key list --local" tells me they are there. I can also read them with kv key get
. Any suggestions on where I should start to dig to figure it out?0 Replies