Google Maps API Error with no changes in the page code

前端 未结 3 505
伪装坚强ぢ
伪装坚强ぢ 2021-01-18 13:23

Today, with no changes in our code, Google Maps is not working, we are getting this errors today:

Uncaught TypeError: Cannot read property \'entries\' of und         


        
3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-18 13:48

    There are 2 types of error codes, errors and warnings. An error indicates a severe issue which occurred while loading the Google Maps JavaScript API. Your page cannot load the API correctly, and the API will not work on that page. A warning is a supplemental message about the loading of the Google Maps JavaScript API. The warning describes the possible reasons for an error, or suggests potential issues in your code that loads the Google Maps JavaScript API. If you receive only warnings without any errors, the API will work correctly on that page. But we recommend that you fix the potential issues as well.

提交回复
热议问题