I'm building a React application right now and trying to use the Google Places API to populate missing place data in my app (business name, description, photo, etc)
I've tried using fetch() as well as the axios library with no luck. Continue to see this error
Failed to load https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJN1t_tDeuEmsRUsoyG83frY4&key=XXXXXXX: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.
Thanks for any help in advance.