No such module "__STATIC_CONTENT_MANIFEST"
Getting this error when running wrangler following this example: https://github.com/cloudflare/kv-asset-handler#example. I am not sure how to fix this.
GitHub
GitHub - cloudflare/kv-asset-handler: Routes requests to KV assets
Routes requests to KV assets. Contribute to cloudflare/kv-asset-handler development by creating an account on GitHub.
4 Replies
Have you configured your
wrangler.toml
with the [site]
config for Workers Sites? Can you provide an example repo with the issue?And for completeness, have you considered Cloudflare Pages? https://pages.cloudflare.com/
It's the spiritual successor to Sites and is generally the recommended route for hosting sites these days.
Cloudflare Pages
Build your next application with Cloudflare Pages
We hit too many issue with pages and will revisit when it is more stable
the site is configured yes
Currently I've reverted back to service worker but will share a repro if we go back
Sounds good, happy to help when you do. I've got lots of Sites projects using Module Workers in prod