name = "cms" account_id = 'myaccount' workers_dev = true site = {bucket = "./public",main = "workers-site/index.js"} compatibility_date = "2022-11-13"
Site is deployed without errors, but it is not loading correctly in the browser, there is a KV namespace error: there is no KV namespace bound to the script
I tried a several versions, with ‘site’ parameter removed, with ‘main’ added, no luck
Running Wrangler Commands
/opt/hostedtoolcache/node/18.18.2/x64/bin/npx wrangler deploy wrangler 3.13.2 (update available 3.15.0)
---------------------------------------------`
Your worker has access to the following bindings:
KV Namespaces:
name_I_used: id_I_used
Total Upload: 53.88 KiB / gzip: 14.17 KiB
Uploaded cms (1.01 sec)
No deploy targets for cms (0.42 sec)
Current Deployment ID: some_id Wrangler Action completed
in the browser I can see the same message: there is no KV namespace bound to the script
Hi,
The site setup is almost the same as described here: https://css-tricks.com/how-to-make-a-simple-cms-with-cloudflare-github-actions-and-metalsmith/