Unable to get KV values from namespace while running wrangler dev
I created a kv namespace with the wrangler cli and put the id and binding in my wrangler.toml. Now when I call env.<BINDING>.get(<KEY>) I always get a null response. Though, when I try to get that same key from the same kv namespace using the Wrangler CLI I get the correct value. Has anyone run into this same issue?

