always-be-running
always-be-running copied to clipboard
Google Maps API error blocking creating a new tournament
While creating a new tournament (/tournaments/create), I notice that the date/time/location pickers will either not load, or suddenly unload after loading correctly on a refresh. The console reveals
Download the Vue Devtools extension for a better development experience:
https://github.com/vuejs/vue-devtools
vue.js:8553
You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html
create:1 Uncaught (in promise)
pe
message: "initializeMap is not a function"
name: "InvalidValueError"
stack: "Error\n at new pe (https://maps.googleapis.com/maps/api/js?key=AIzaSyCEb88uw9GUZCzzLdY1CFNtbcWl9_l_WOA&libraries=places&language=en&callback=initializeMap:75:280)\n at Object._.qe (https://maps.googleapis.com/maps/api/js?key=AIzaSyCEb88uw9GUZCzzLdY1CFNtbcWl9_l_WOA&libraries=places&language=en&callback=initializeMap:75:391)\n at Eea (https://maps.googleapis.com/maps/api/js?key=AIzaSyCEb88uw9GUZCzzLdY1CFNtbcWl9_l_WOA&libraries=places&language=en&callback=initializeMap:206:241)\n at https://maps.googleapis.com/maps/api/js?key=AIzaSyCEb88uw9GUZCzzLdY1CFNtbcWl9_l_WOA&libraries=places&language=en&callback=initializeMap:206:124"
[[Prototype]]: Error
Let me know if there's anything else you need to know. The issue seems to be intermittent.
@gannicottb Thank you very much for raising the issue. Can you tell me what kind of browser do you use? I could not reproduce the issue on Chrome.