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

### What version of `Wrangler` are you using? 0.0.0-8fac577c (npx wrangler@d1 --version) ### What operating system are you using? Windows ### Describe the Bug When attempting to use D1 locally...

bug

### What version of `Wrangler` are you using? 2.0.24 ### What operating system are you using? Linux ### Describe the Bug I'm wrongly getting `workers.api.error.too_many_crons [code: 10072]`. I'm on the...

bug

### What version of `Wrangler` are you using? 2.0.22 ### What operating system are you using? Mac ### Describe the Bug Wrangler tail does not work if it is deployed...

bug
internal

### What version of `Wrangler` are you using? 0.0.15 ### What operating system are you using? Windows ### Describe the Bug Try this: ```ts export const onRequestGet: PagesFunction = async...

pages
bug
pages:validated
pages-shared

Is there a way to launch the `wrangler pages dev` proxy in a way that doesn't log every single GET request? I would like it to show only console logs...

enhancement

### Describe the solution The configuration auto-generation (i.e. currently `wrangler.toml`) should be auto-generated from the bindings and settings in dashboard for that particular Service Worker script. reference: https://github.com/cloudflare/wrangler2/discussions/1623

enhancement

Tracking issue for using the open-source Workers runtime announced [here](https://blog.cloudflare.com/workers-open-source-announcement/) in the implementation of `--local` mode. - [ ] cloudflare/miniflare#366 - [ ] cloudflare/miniflare#367 - [ ] cloudflare/miniflare#368 - [x]...

enhancement
big idea
internal
chunky

I really want `--live-reload` option for `wrangler dev`. I know `wrangler pages dev` already have `--live-reload` option by PR #220 . Not only using *Pages*, I often build HTML pages...

enhancement
blocked
chunky

tl;dr - Tests are important, and we should enable developers to write and run tests. There are 2 classes of tests I think are important - - Integration tests -...

enhancement
discussion
blocked