workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### What versions & operating system are you using? wrangler 4.14.4 ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug Accessing a SQL file...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What versions & operating system are you using? wrangler 4.13.1, node v23.7.0, sequoia 15.4.1 (24E263) ### Please provide a link...
`getPlatformProxy({persist: {path: ".state"})` persists the state in `.state/` It is inconsistent with `wrangler` `wrangler d1 migrations apply DATABASE --local --persist-to .state` persists the state in a v3 subfolder: `.state/v3/d1` reference:...
### What versions & operating system are you using? D1 ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug If I use --command, it...
### What versions & operating system are you using? Wrangler 4.19.1, macOS Sequoia 15.5, Node 20.16.0, aarch64 ### Please provide a link to a minimal reproduction _No response_ ### Describe...
### Which Cloudflare product(s) does this pertain to? Pages ### What versions & operating system are you using? Node v23, Mac OS, npm v10.9.2 ### Please provide a link to...
### What versions & operating system are you using? "@cloudflare/vite-plugin": "^1.2.3", "wrangler": "^4.17.0" ### Please provide a link to a minimal reproduction https://github.com/JonathanRiche/cf-solid-vite ### Describe the Bug With the cloudflare...
### What versions & operating system are you using? vite: 6.3.5, wrangler: 4.19.2, @cloudflare/vite-plugin: ^1.5.1 ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug...
### What versions & operating system are you using? Wrangler v4.16.1 on Debian 12/WSL ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug Vitest...
### Describe the solution When running `wrangler dev --remote` with a new sqlite DO binding: ``` [WARNING] SQLite in Durable Objects is only supported in local mode. ``` And, as...