workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

⛅️ Home to Wrangler, the CLI for Cloudflare Workers®

Results 650 workers-sdk issues
Sort by recently updated
recently updated
newest added

There's a quirk with either Pages proper or wrangler pages dev where any request with an `if-none-match` header gets completely messed up. This issue is for an investigation into the...

pages
blocked
bug
pages:validated

For `--assets` / `config.assets`, a couple of features: - Let's actually just enable CORS for static assets by default - Add a configuration `cors: boolean` - Allow for further customisation...

enhancement

When using `config.assets`/ `--assets`, we should be able to mount static assets on a path. I'm thinking `config.assets.mount`.

enhancement

**DO NOT LAND** --- This adds support for `--assets` for service-worker Workers. We do this similarly to how we implement support for module workers (using a facade), but here's the...

### Describe the solution In order to debug proxy behavior, I'm trying to run my development server in another terminal instead of using `wrangler pages dev --proxy=3000 -- deno task...

enhancement
pages

### What version of `Wrangler` are you using? 2.0.8 ### What operating system are you using? Windows ### Describe the Bug There appears to be a difference in the `_headers`...

pages
bug
pages-shared

### Describe the solution When navigating to a URL such as `https://example.com/foo.html`, Pages for some reason redirects to `https://example.com/foo`. Unfortunately, this "feature" is simply **_disastrous_** for my use-cases, and I...

enhancement
pages
pages:validated

### What version of `Wrangler` are you using? d1 ### What operating system are you using? macOS ### Describe the Bug ```ts export default { fetch(request, env) { return new...

bug

We should be able to delete a Worker from the CLI, potentially include all its environments, and linked Durable Objects and other resources. Probably needs to be interactive, but we...

enhancement
chunky

A common pattern in the node ecosystem is to use polyfills for fetch. These polyfills are usually built on top of http/https built ins. Trying to use these on Workers...

discussion
chunky