1

Getting Error in api of auto complete place address by google.I apply this api in reactjs

enter image description here

Devam Atkotiya
  • 97
  • 1
  • 2
  • 5

1 Answers1

0

you are facing CORS which is pretty common in any API call on the web there are so many great explanations from others, here is one from StackOverflow:

https://stackoverflow.com/a/10636765/7232312

And this is another one on MDN:

https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

SoroushOwji
  • 123
  • 8