workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### What version of `Wrangler` are you using? 2.0.26 ### What operating system are you using? Linux (Ubuntu 22.04) ### Describe the Bug Hi, trying to upload files via wranger...
### What version of `Wrangler` are you using? cloudflare/[email protected] ### What operating system are you using? Github Actions / ubuntu-latest ### Describe the Bug Here's a truncated log where it...
This is a meta-issue for tracking progress on getting wrangler working in browser-based editor sandboxes such as [StackBlitz](https://stackblitz.com/), [CodeSandbox](https://codesandbox.io/), [GitHub Codespaces](https://github.com/features/codespaces), etc. - [x] #863 - [x] #862 - [...
### Describe the solution StackBlitz WebContainers are running in the browser, therefor CORS is applied and forced. We can work around this by detecting when Wrangler runs in WebContainer and...
### What version of `Wrangler` are you using? 2.0.28 ### What operating system are you using? Mac ### Describe the Bug When returning a `Response` with a [`Sec-WebSocket-Protocol`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Protocol_upgrade_mechanism#sec-websocket-protocol) header, the...
### What version of `Wrangler` are you using? 2.0.15 ### What operating system are you using? Mac ### Describe the Bug I have a worker, authored in Typescript, that responds...
### What version of `Wrangler` are you using? wrangler@latest ### What operating system are you using? GitHub ### Describe the Bug https://github.com/cloudflare/wrangler2/runs/8073062908?check_suite_focus=true
This is a WIP implementation of an `--experimental-local` flag that uses a version of Miniflare powered by the open-source runtime. There are a few small TODOs still to resolve, but...
### What version of `Wrangler` are you using? 2.0.25 ### What operating system are you using? Linux ### Describe the Bug I have installed the wrangler2 using the following command:...
### What version of `Wrangler` are you using? 2.0.29 ### What operating system are you using? Mac ### Describe the Bug ✘ [ERROR] Missing entry-point: The entry-point should be specified...