-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hi Edmund. I hope you are well. I struggled to get the app set-up as it wasn't clear from the readme instructions currently in place I needed to update the kv_namespace id in wrangler.toml after creating the namespace itself.
To ease onboarding for new users please consider:
Modifying the following line of code:
remix-cloudflare-template/README.md
Line 79 in 2057083
| { binding = "cache", id = "cache" }, |
Modify
id = "cache" to read id = "your-actual-kv-namespace-id" so it's clear the value must be changed.
And add one more instruction to help users succeed in the Setting up KV namespaces section:
Update
wrangler.tomlwith the Cloudflare-generated ID of the KV namespace.
Thanks for the template. It's a nice way to get started despite a couple rough edges.
Metadata
Metadata
Assignees
Labels
No labels