emilycheyne
CDCloudflare Developers
•Created by emilycheyne on 3/6/2024 in #workers-help
Workers KV get throws TypeError: Cannot read properties of undefined (reading 'get')
My wrangler.toml file looks like this:
In my index.ts file I have:
This code results in the error:
I have verified that my namespace with the given ID exists and is named like .
Why isn't my worker able to access my KV?
5 replies