When I open my site in Google Chrome, it gives the error failed to load resource in the console. My images are not showing in Chrome but are fine on other browsers. How can I fix this issue?

- 1
- 1

- 720
- 1
- 7
- 15
5 Answers
I had the same issue. I'm working on Windows 8.1 system and had the problem with almost every page in Google Chrome, IE 11 and Firefox.
This is what worked for me. Run CMD as administrator and execute the following commands:
ipconfig /flushdns
ipconfig /renew
ipconfig /registerdns
I did not have to restart my PC, but everything worked again and all pages on the internet were avalible again.

- 8,041
- 1
- 47
- 42

- 126
- 2
As a quick test to see if that's your problem, start Chrome in incognito mode with extensions disabled (ctrl+shift+n) and see if your page works now. Note that by default all extensions will be already disabled in incognito mode unless you've specifically set them to run (via chrome://extensions). please refer to this

- 1
- 1

- 464
- 1
- 6
- 32
-
open my site in incognito mode but same result – Junaid Ahmed Jan 19 '15 at 06:27
You might have to check your internet connection. Many a time, the data can't be fetched due to bad or no internet. Or open the site in incognito mode and check whether that works or not. If you are using any blocker extensions, disable and check again. You can do that via (chrome://extensions).

- 935
- 5
- 19
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 this possible solution here.

- 174
- 2
- 10
This can be caused if the URL supplied is wrong, this was my case.

- 50,140
- 28
- 121
- 140

- 29
- 4