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

When I run `wrangler dev --local` I get the following error: ``` Starting inspector on 0.0.0.0:9229 failed: address already in use ``` The port is not in use according to...

bug

### Describe the solution Hi, I'm using a mono-repo to build multiple frontend projects and using pages direct upload and GitHub action to deploy the branches. The problem is that...

enhancement
pages

### What version of `Wrangler` are you using? 2.6.1 ### What operating system are you using? MacOS ### Describe the Bug Using `wrangler pages dev .` and having the following...

pages
bug

### Describe the solution Currently, when using the `--persist` flag with `wrangler pages dev`, the cache is entirely persisted to disk. While this is handy for emulating/testing cache behavior, it...

enhancement

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

This adds `wrangler d1` subcommand, that's been being tested on the `wrangler@d1` tag: ``` wrangler d1 🗄 Interact with a D1 database Commands: wrangler d1 list List D1 databases wrangler...

### Describe the solution Just a test that index.ts/index.js returns "Hello World!" as expected This should probably be an option as part of the init flow, you actually have to...

enhancement

With `unstable_dev`, we deleted dotenv.test.ts. We should bring it back in a more useful form: ```ts import { spawnWranglerDev } from "./helpers"; it("should use the environment variable from the .env...

maintenance

currently, in order to establish a tail connection to DOs, we need to silently redeploy DOs with a trace worker enabled. this redeployment means that current DO instances are destroyed,...

enhancement

### What version of `Wrangler` are you using? 2.1.6 ### What operating system are you using? MacOS ### Describe the Bug I'm unable to proxy to vite when using --local-protocol...

pages
bug