Map error

Please take a look at the attachment. The map comes up for a millisecond and then I get this error.

Oops! Something went wrong.
This page didn’t load Google Maps correctly. See the JavaScript console for technical details.

Most of the accounts don’t have addresses but the contacts do and I did the query on contacts.

Thanks in advance all.

John

Google Maps now require your very own API key in order to access their Maps. I’ve posted a solution in the below link which worked for us.
https://suitecrm.com/forum/suitecrm-7-0-discussion/12285-maps-does-not-show-up

However it did not seem to have worked for the guy who posted the query in above link. Still worth a try. Good Luck!
On a side note, follow this link to get the Google API Key if you don’t have it already.
https://developers.google.com/maps/documentation/javascript/get-api-key

I put in the API key but haven’t tried the below solution yet. Still doesn’t work. Any other insight old be appreciated.

Thanks!
John

This Error is because you had not provided API Keys.

If you are using the standard Google Map JavaScript API, you must use a key parameter with a valid API key. If you are a Premium Plan customer, you must use either a client parameter with your client ID or a key parameter with a valid API key.

Getting API Keys - https://developers.google.com/maps/documentation/javascript/get-api-key

To Debug Such JS Error

Use Chrome, IE or Firefox and Press F12, to check error log.