cloudflare-docs
cloudflare-docs copied to clipboard
Build a todo list Jamstack application (tutorial): section 3: Write data to KV
Example URL(s)
https://developers.cloudflare.com/workers/tutorials/build-a-jamstack-app/#3-write-data-to-kv
Actual Behavior
Throws errors:
TypeError
Cannot read properties of undefined (reading 'get')
Users/clfaulkner/todos/src/index.js:29:38 getCache
Users/clfaulkner/todos/src/index.js:33:25 Object.fetch
Expected Behavior
Write data to a KV database.
Additional information
See attached screen shot of errors.