Google maps problem - why?

I have a problem with google maps. After pressing the “my location” button, I want it to save the location in the database and to display the map in the application Unfortunately, I have a well-configured api but nothing is saved in the database and in place of the map I have the error "OOps! Someting went wrong, This page didnt load Google Maps, See the Javascript console for technical detals "

Hey @waszczuklukasz,

Did you have a look at javascript console as recommended? :wink: In Chrome is is under View → Developer → Javascript console.

There may be several reasons for this problem. Usually you can see the reason in the log. Once it happened with me when the API key for google maps was expired or disabled.
But of course the reason could be completely different.

Best,
Victor.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.