KV binding not working via wrangler.toml
kind of new to this so I'm certain that I'm doing something wrong, but here's my wrangler.toml:
I am trying to bind a KV namespace to the KV environment variable, but it doesn't go through no matter what I do, whereas my D1 binding does.
I also tried formatting the binding like the D1 one above, it also did not work.
I am certain that the ID is correct.
Any help is appreciated!
1 Reply
quickly realized my issue: I had two
wrangler.toml
s in two completely different folders and somehow I was editing the wrong one
this is embarassing...