I just can\'t access flutter.dev
. Yes, I have an internet connection. I guess is due to the .dev
extension. In Firefox I get Unable to connect<
I just solved this problem using this command:
Which was generated by puma-dev. When I deleted it, it just worked.
Reference: https://support.google.com/chrome/thread/2228098?hl=en
Open Network Utility on your Mac, and select the Traceroute tab. Type Flutter.dev in the top empty box, then select Trace. If the first trace entry shows 127.0.0.1, you likely have proxy software, like POW, redirecting that path internally.
The Network Utility is not in System Preferences > Network.
Use Spotlight search
to find the Network Utility
.
If you are facing this issue on Windows 10, you can check the answer here
A simple router restart or switching to another internet service provider solves it for me anytime it happens.
install KProxy browser extension and turn it on any time you experience such, this should solve it.
If the dev file (or resolver folder) is not available in /etc/
, you could find resolv.conf
directly inside /etc
. Then, back up the file as as follows and enter the root password:
sudo mv resolv.conf resolv.conf_bak