KV pairs not updating in UI
I have a weird situation where when I push KV pairs via wrangler, they appear, and I can query them via wrangler, but they aren't appearing in the web UI. Anyone else seen this behavior? I have killed/blown away my KV pair namespaces a few times and re-built them so that's maybe why? So you can see that there is data there...
$ npx wrangler kv key get --namespace-id 8ed06f91fb964fdc87007d1f6f45896a JS_DROPDOWN_EN |head -1 let loggedinnav = [{ Attached is a screenshot. You can see that the namespace IDs match, so I'm at a loss here.
$ npx wrangler kv key get --namespace-id 8ed06f91fb964fdc87007d1f6f45896a JS_DROPDOWN_EN |head -1 let loggedinnav = [{ Attached is a screenshot. You can see that the namespace IDs match, so I'm at a loss here.

3 Replies
No one has seen this behavior? If not, how do I file a bug directly?
Use the
--remote
flag to interact with live/remote resources
otherwise you're just modifying local dev simulated resourcesDamnit - that was an easy bug. What threw me is that the namespaces IDs matched. Thanks!!!