-
For instance, typing `wrangler p` and then pressing `tab` should give a list like
```
publish -- 🆙 Publish your worker to the orange cloud
preview -- 🔬 Preview your code temporarily o…
-
### Verify canary release
- [X] I verified that the issue exists in Next.js canary release
### Provide environment information
### **Present in Vercel Prod**
It works _fine_ locally, when …
tavvy updated
2 years ago
-
```bash
$ wrangler preview post
wrangler preview post
✨ Built successfully, built project size is 2 KiB. ✨
👷 POST https://00000000000000000000000000000000.cloudflareworkers.com 👷
👷 Your wo…
-
hey!
i would like to run
wranger dev --host http://localhost:80
but when I try it gives me the following error message:
Error: Protocol mismatch: protocol in --host and protocol in --upstream…
-
I'm running into an issue where I believe default prototype for objects is incorrect.
That is, `Object.getPrototypeOf({})` is not `Object.prototype`.
Based on the spec, I'm not entirely sure that …
-
Hi,
In the last week I applied to and attempted the Cloudflare Internship Hiring Assignment [https://apply.cloudflareworkers.com/](https://apply.cloudflareworkers.com/) with this crate. I would say I…
-
502 Bad Gateway
content-length:1375
content-type:text/html; charset=UTF-8
Error communicating with origin
body{margin:0;padding:0}
…
-
**Is your feature request related to a problem? Please describe.**
I'm unable to integrate the application insights JavaScript library into my Cloudflare JavaScript Worker. https://workers.cloudflare…
-
Wrangler is awesome, but it'd be fantastic if we were able to locally test Workers without the need for an internet connection, etc. or without having to constantly upload to Cloudflare.
https://gi…
-
The Headers class is pretty straightforward, but its behavior is the source of some frequently asked questions. We should document its behavior in at least these regards:
- The comma-concatenation …