For unknown reasons my website on Google App Engine is suddenly not loading anymore on multiple devices and in different browsers. It gives a DNS_PROBE_FINISHED_NXDOMAIN error. I tried restarting the DNS service, changing DNS to Google's, and restarting devices. Nothing helped so far. All other websites load without issues. What could be causing this?
Seems like there are some issues at my domain provider. Their website is giving the same error.
I've spent weeks fighting with this problem on 2 different unrelated computers, even unable to ping Yahoo.com and having variety of connectivity issues in web browsers, including "DNS_PROBE_FINISHED_NXDOMAIN" and "ERR_NAME_NOT_RESOLVED". I've tried various ipconfig commands, restarting DNS client service, "netsh winsock reset", and other solutions found on the internet.
Finally I realized the only common thing on both my computers was Malwarebytes. After closing/exiting Malwarebytes the problem was solved. I am now able to ping and access every website. The solution, again, at least in my case: close Malwarebytes
I just contacted Malwarebytes support but in the meantime wanted to provide the solution here.
Run following command from cmd
ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
netsh winsock reset ###( Need to run in administrator mode)
If not successful then
Restart your PC
In my case, I deployed my app in AWS Amplify and got my domain from GoDaddy. When this error was coming and my site was crashing, all I did was waited for 48 hours for the nameservers to transfer from GoDaddy to AWS. The process is called 'propagation time' and yes, its silly because who wants to wait for 48 hours in a world where nobody has patience.
GoDaddy is slow. if you dont want to deal with this problem, then I would suggest to get your domain from AWS route 53 only, instead of buying them from other third party companies like GoDaddy.
© 2022 - 2024 — McMap. All rights reserved.