adrianhajdin / project_travel_advisor

Tutorial created in collaboration with Enyel Sequeira, taught by JavaScript Mastery.
MIT License
2.01k stars 444 forks source link

Sorry! Something went wrong. This page didn't load Google Maps correctly #35

Open Vipul-0722 opened 2 years ago

Vipul-0722 commented 2 years ago

Screenshot (10223)

vidhichadha2507 commented 2 years ago

copy the above script tag and paste it into the index.html file in the public folder. It will work

D3troit98 commented 2 years ago

I'm having this same issue too. I'm guessing it something to do with billings

vidhichadha2507 commented 2 years ago

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.

kiritocode1 commented 2 years ago

another solution is to reclone the repo , this worked for ME , if any problem can i PR your repo ? pwease

Vipul-0722 commented 2 years ago

it worked for me.

nope..it is not working for me

Vipul-0722 commented 2 years ago

@kiritocode1 yess please..

tiggy31 commented 2 years ago

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.

rohitchilhorkar commented 1 year ago

copy the above script tag and paste it into the index.html file in the public folder. It will work

Thank you! It worked for me