Hi! I have a question about debugging my project on the local storage.
Since some moment, Google Maps API needs API Key to work correctly and to render the map. So now, if I just place a handlebar with map instance and call load function on Rendered event, I don't see any map on the page and got this error in console:
Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
And if I deploy the project on server, set API keys and run it via Nginx, everything works fine!
So, the question is, is it possible to run Maps API locally? With no need to deploy project on the working server any time I make changes in it.
Hi! I have a question about debugging my project on the local storage. Since some moment, Google Maps API needs API Key to work correctly and to render the map. So now, if I just place a handlebar with map instance and call load function on Rendered event, I don't see any map on the page and got this error in console:
Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
And if I deploy the project on server, set API keys and run it via Nginx, everything works fine! So, the question is, is it possible to run Maps API locally? With no need to deploy project on the working server any time I make changes in it.
Thanks in advance!