workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
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...
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...
### 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...
### 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...
### 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...
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...
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...
### 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...