🐛 BUG: Error loop/hang with passThroughOnException
and no host
#7356
Labels
bug
Something that isn't working
passThroughOnException
and no host
#7356
Which Cloudflare product(s) does this pertain to?
Wrangler
What version(s) of the tool(s) are you using?
3.91.0
What version of Node are you using?
No response
What operating system and version are you using?
macOS
Describe the Bug
Setup
Observed behavior
npx wrangler dev --no-bundle --host example.com
curl http://localhost:8787/
Error twice(?) in Wrangler and return
example.com
response to cURLnpx wrangler dev --no-bundle
curl http://localhost:8787/
Error loop in Wrangler and hang waiting for a response in cURL
Expected behavior
--host
, error just once(?)--host
, I have no idea...? Error once in Wrangler and return a null-body 500-status response for cURL?Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
Some behind-the-scenes chat about this: https://cflare.co/passthru
The text was updated successfully, but these errors were encountered: