Bun's `fetch` crashes local Worker
Whenever a request is made using bun's fetch, it crashes my local Cloudflare worker (Miniflare). I came across this open issue on Bun's github repo, which seems related, but based on the behavior, it feels more like a problem on miniflare side rather than Bun itself.
Client output:
Wrangler logs:
Client output:
Wrangler logs:
GitHub
What version of Bun is running? Confirmed as broken in 1.1.20, 1.1.13 and working in 1.1.11 What platform is your computer? macOS What steps can reproduce the bug? package.json { "name": ...
