issue naming KV in github action deployment

Why does wrangler say to name the binding different from what the namespace title was created with? 🌀 Creating namespace with title "overflow-status-worker-KV" ✨ Success! Add the following to your configuration file in your kv_namespaces array: { binding = "KV", id = "***" }
2 Replies
kian
kian•11mo ago
The binding can be any arbitrary string, it’s just a default suggestion. The ID is what identifies the namespace
ItsJoe
ItsJoe•11mo ago
Gotcha