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

From a bug report in the #wrangler channel in the Discord, I noticed that `wrangler pages dev --proxy SOME_PORT` was not correctly proxying websocket requests (such as with `/_next/webpack-hmr`). After...

pages

Currently, if the process pages dev is proxying exists or crashes, pages dev does not clean it up, and attempts to continue proxying requests to it, resulting in it throwing...

pages

### What version of `Wrangler` are you using? 2.0.24 ### What operating system are you using? Linux ### Describe the Bug I have a worker that uses `kv-asset-handler` and reads...

bug

### What version of `Wrangler` are you using? 2.0.24 ### What operating system are you using? Linux ### Describe the Bug I have a directory with one `index.html` file, one...

pages
bug
pages:validated

### What version of `Wrangler` are you using? 2.0.22 ### What operating system are you using? Mac ### Describe the Bug When running `wrangler dev -l` the KV store for...

bug

If a script throws an uncaught exception, an ambiguous `1xxx` HTML page is rendered. This happens in `wrangler dev` too. Unless.. in dev mode, we wrap the script in a...

polish
chunky

Introduces a repl style interface for cloudflare workers, running locally through miniflare. I think it is important that we let people know that this is running through miniflare; in this...

### What version of `Wrangler` are you using? 0.0.24 ### What operating system are you using? Mac ### Describe the Bug `fetch` behaves differently on Cloudflare Pages and local preview...

pages
bug

### What version of `Wrangler` are you using? 5.5.1 ### What operating system are you using? undici (npm) ### Describe the Bug on undici in [package-lock.json](https://github.com/cloudflare/wrangler2/blob/-/package-lock.json). upgrade undici to version...

bug