workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### 🐛 Bug Report I'm having an extremely strange issue where Fetch() completely ignores any custom port when actually running in the deployed Worker but from the quick editor, it...
### What version of `Wrangler` are you using? 0.0.0-d35c69f ### What operating system are you using? macOS ### Describe the Bug Wrangler2 attempts to detect the importing of Node built-ins...
### What version of `Wrangler` are you using? beta ### What operating system are you using? Browser (Chrome Version 101.0.4951.54) ### Describe the Bug I have tried to test the...
To reproduce: 1. `wrangler init` to create a `wrangler.toml` with only a compatibility date. 2. `wrangler publish --name new-worker` to deploy the worker script. 2. Go to `dash.cloudflare.com` > Workers...
### Describe the solution We should really add CF_PAGES and other env vars to pages dev (and if we add a build step) this allows for a more realistic local...
### 💡 Feature request Support for workers which, when configured and "published" via wrangler, appear as "Disabled" in the UI.  #### Overview and problem statement I would like to...
### Describe the solution Hello and first of all a huge thank you for building this groundbreaking platform! I want to file a quick suggestion to enhance Wrangler CLI. So...
### Describe the solution I have a mere 57 files across my 25 subdomains that are larger than Pages' 25MB filesize limit (dictated by Workers KV limitations). I am preparing...
### Describe the solution The undocumented `.dev.vars` file is really handy to populate secrets in local mode, since you do not need to modify the toml file. Most projects use...
### What version of `Wrangler` are you using? 2.0.2 ### What operating system are you using? Mac ### Describe the Bug Happy to discuss more about this but I think...