-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry! Something went wrong. This page didn't load Google Maps correctly #35
Comments
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=geometry,drawing,places&key="></script>
copy the above script tag and paste it into the index.html file in the public folder. It will work |
I'm having this same issue too. I'm guessing it something to do with billings |
I don't think so, i just used the script tag mentioned above in index.html and it worked for me. |
another solution is to reclone the repo , this worked for ME , if any problem can i PR your repo ? pwease |
nope..it is not working for me |
@kiritocode1 yess please.. |
go to either the console or network tab to see the exact error message you're receiving. Also check index.js to see if React being in strict mode is causing issues. |
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=geometry,drawing,places&key="></script> Thank you! It worked for me |
The text was updated successfully, but these errors were encountered: