Closed MZain-ul-Abideen closed 4 hours ago
@MZain-ul-Abideen this issue was automatically closed because it did not follow the bellow rules:
IMPORTANT: Please use the following link to create a new issue: https://www.creative-tim.com/new-issue/vue-black-dashboard **If your issue was not created using the app above, it will be closed immediately.** Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit: π https://www.creative-tim.com/bundles π https://www.creative-tim.com
Describe the Bug The Google Maps integration on the http://localhost:8080/#/maps page does not work as expected. The map fails to render, and the browser console logs multiple errors related to the Google Maps API key and improper API loading patterns. The issue prevents users from interacting with the embedded map, resulting in a broken feature.
Steps to Reproduce
Expected Behavior
Actual Behavior The Maps page fails to load the Google Map, and the console displays errors indicating a missing or invalid Google Maps API key. {{ Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading
[Vue warn]: Error in mounted hook: "TypeError: window.google.maps.marker is undefined"
found in
---> at src/pages/Maps.vue