guys i have a hono project , when i

guys i have a hono project , when i tried to get a kv key but return null even though already binding, it work fine when in cli too, didn tknow why this happen
1 Reply
thomasgauvin
thomasgauvinā€¢2w ago
Are you using comparing remote vs local KV namespaces? When you develop locally, you're using a local copy of KV data and when you deploy, you're using the remote data in Cloudflare. If you want to use the remote data in Cloudflare during development, use wrangler dev --remote

Did you find this page helpful?