Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to load resource in chrome google.maps api

Tags:

I have this error in chrome console:

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT  https://maps.google.com/maps-api-v3/api/js/22/2/intl/es_ALL/adsense.js 

Anyone knows why I have this problem?

like image 675
maria.bonet Avatar asked Sep 07 '15 08:09

maria.bonet


People also ask

How do I resolve failed to load a resource?

Chrome's cache clearing process, check all the options, and set the time range to “All time.” After you've cleared your cache, this might reset any options that were producing the error. Check the page in question to see if the resource is now displaying correctly. If not, you can also try resetting Chrome flags.

Why is my Google Maps API not working?

There are a several reasons why your google maps may not be working, the most common issue being no Google Map API key set or set incorrectly. To use the Google Maps JavaScript API, you must register your app project on the Google Cloud Platform Console and get a Google API key which you can add to your app.

How do I fix failed to load resources in HTML?

The only way to fix this is to make sure that the CSS and JS files are properly linked within the HTML. Check whether the folder, file and directory name of these files are spelt correctly. Another way to fix this is by using an absolute URL instead of a relative URL.


1 Answers

This type of errors are mostly due to an extension like Ad-block plus. Try disabling it for that website and that should fix that issue. You can also look at this question: I am getting Failed to load resource: net::ERR_BLOCKED_BY_CLIENT with Google chrome

like image 108
Sartaj Singh Gill Avatar answered Sep 20 '22 03:09

Sartaj Singh Gill