KV assets doesn't upload for Workers Sites
See original GitHub issueI tried to use Workers Sites with your example on this repo wrangler2/packages/example-sites-app
and doesn’t works.
It fails to upload assets to KV for dev
and publish
commands.
Is pending work or you will deprecate Workers Sites in favor of Pages?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Workers Sites, Missing Images - Cloudflare Community
Ah, the problem appears to be that Workers Sites is far more fussy about the use of ... Workers KV multiple image upload...
Read more >kv-asset-handler/README.md at main · cloudflare/kv ... - GitHub
kv -asset-handler is an open-source library for managing the retrieval of static assets from Workers KV inside of a Cloudflare Workers function. kv-asset-handler ......
Read more >How to Use Cloudflare Workers and KV Storage ... - YouTube
Cloudflare workers are like serverless functions that always run at the edge, making them incredibly fast. Not only that, but the tooling ...
Read more >Accessing Compressed Data for Cloudflare Workers Sites
For a minimal reproduction: here are the two worker scripts I'm using. import { getAssetFromKV, mapRequestToAsset } from '@cloudflare/kv-asset- ...
Read more >Using LaunchDarkly with Cloudflare Workers
If this configuration key does not exist yet, create it. If it does exist with the KV namespace that was created for your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With
wrangler@0.0.18
it’s working properly. 😁That’s surprising, it should work. I’ll reopen this and investigate soon.