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
trafficstars

Since we landed https://github.com/cloudflare/wrangler2/pull/1391, the session doesn't refresh on every script change. This means when the dev session created on the edge does expire, the dev session breaks, and you...

bug

### What version of `Wrangler` are you using? 2.0.16 ### What operating system are you using? Mac ### Describe the Bug I have Edge installed. I do not have chrome...

bug

- We should prove `unstable_dev()`'s ability for integration testing by rewriting our local-mode tests to use it instead

maintenance

### What version of `Wrangler` are you using? wrangler@beta ### What operating system are you using? Mac ### Describe the Bug In CI, running tests with unstable_dev fails sometimes. Investigating...

bug

With the latest beta and alpha release, when fetching assets via: ```js env.ASSETS.fetch(request) ``` I am receiving the following error for each static asset when using the built-in proxy: ```...

pages
blocked
bug

This issue will track the issues required to promote `api/unstable_dev()` to `api/dev` - The API needs to export its types for consumers, tracked by: - https://github.com/cloudflare/wrangler2/issues/1387 - We need to...

chunky

At the moment, `unstable_dev` takes an object of options, with the following type: ```ts interface DevOptions { env?: string; ip?: string; port?: number; localProtocol?: "http" | "https"; assets?: string; site?:...

enhancement

### What version of `Wrangler` are you using? 2.0.8 ### What operating system are you using? Mac ### Describe the Bug I'm trying to upload my site, it's about 300MB,...

pages
bug

Any chance wrangler2 can support PNPM? It's much faster and has better support for workspaces which pairs nicely with workers using a micro-service approach. Currently, `npx wrangler@beta init` fails as...

enhancement