question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🐛 BUG: default `0.0.0.0` wrangler dev address not routable in Windows

See original GitHub issue

What version of Wrangler are you using?

2.0.25

What operating system are you using?

Windows 10

Describe the Bug

When using wrangler dev or wrangler pages dev, you’ll get output like this:

[pages:inf] Listening on 0.0.0.0:8788
[pages:inf] - http://0.0.0.0:8788

Previously, you could click on this and open up your browser without issue, as well as of course b opens this address too.

Unfortunately, at least within Windows, 0.0.0.0 isn’t actually a routable address, and the browser throws a ERR_ADDRESS_INVALID error, and something like this:

It seems like this address may be routable in some OSes, but not Windows. This seems to be due to the changes in #1605

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Skye-31commented, Aug 11, 2022

My plan is to list all available addresses, so this should cover that 🙂 Will probably get around to this tomorrow

2reactions
awthwathjecommented, Aug 11, 2022

@JacobMGEvans I filed the original issue you mentioned, and just wanted to give my two cents and to confirm what @Skye-31 said, that keeping the 0.0.0.0 as default while advertising all the available addresses locally in console will suit both local and remote users, including those of us using VMs. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration · Cloudflare Workers docs
Host to forward requests to, defaults to the host of the first route of the Worker. Example: wrangler.toml. [dev].
Read more >
FortiWeb 5.1 Patch 1 CLI Reference, 2nd Edition
publication without notice, and the most current version of the ... a real network's Internet-facing IP address would be routable on the.
Read more >
FortiWeb 5.8.5 CLI Reference - Amazon S3
New. Use this command to configure the global threat weight of security violations. When a security violation is detected, the threat weight ...
Read more >
Cloudflare Workers | Noise | Page 2
Since Cloudflare Workers can communicate with each other with almost no ... a bug, simply copy it into the .wrangler/state directory and wrangler...
Read more >
network security hackstm - Visakha Govt Degree College
should take care that your use of these hacks does not violate any applicable laws, ... eliminating security holes that are present in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found