© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•15mo ago•
1 reply
gumzle

there is no KV namespace bound to the script

I'm trying to serve a static site from a cloudflare worker. I have set things up, but always get the above error:

[site]
bucket = "./angular-app/dist" # Path to your static assets folder

[experimental]
services = true
assets = true

kv_namespaces = [
    { binding = "ASSETS", id = "a80ab1d0618b40b5baddd66767afd046"}
]
[site]
bucket = "./angular-app/dist" # Path to your static assets folder

[experimental]
services = true
assets = true

kv_namespaces = [
    { binding = "ASSETS", id = "a80ab1d0618b40b5baddd66767afd046"}
]


The KV namespace is visible in the workers settings page:

Any ideas?
image.png
image.png
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Cannot access kv namespace
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2y ago
How do I define the KV_NAMESPACE?
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
3y ago
Key-rotation worker (using KV namespace)
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2y ago