workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
(submitted by request from [discord](https://discord.com/channels/595317990191398933/799437470004412476/996425965553078422)) Currently, there is no way to get wrangler remote mode to bind to a local hostname. This prevents users from testing wildcard subdomains and workers...
### Describe the solution While it’s nice to use stackblitz etc for making a quick worker, it’s not great to have to define an http interface for input and out...
Blocked on #864 `wrangler dev` fails if HTTP/2 is unavailable, rather than falling back to HTTP/1. This causes problems in environments where HTTP/2 is unsupported, such as in StackBlitz.
We have a test that fails very often, and makes it annoying to land code. It's not been disabled, we should figure out a proper fix for it.
### What version of `Wrangler` are you using? 2.0.16 ### What operating system are you using? Linux (Manjaro) ### Describe the Bug Steps 1-3 work fine per: https://developers.cloudflare.com/pub-sub/get-started/guide/ - validated...
(I'll flesh this out with more details later, just logging before I forget) Currently we just log the error that the API returns, we should give a better one specifying...
### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Linux ### Describe the Bug Running `wrangler pages dev -- COMMAND` hangs wrangler if...