Geocoding Service: cannot connect to the service,

I believe I have everything set up correctly, but still not working, any idea why?
image




image

Hi, did you check this points:

  • redirect Uri ́s are correctly set on google api side
  • you are on a paid plan on bubble

Can you check browser console log?

First error is to fix referer not allowed error. Go in Google Cloud Console and check allowed. You can click directly on the link in the browser console to get more information about this error.

For Geocoding, check your API key. Seem it’s wrong. Most of the time, user use the same API key for both maps and geocoding. Maybe this is what you set?

thank you for the guidance.
I found that it works if I select “None” on “Set an application restriction”!
so I am sure the problem is on the restriction.
but it won’t work if I setup my website like this:

what did i do wrong?

Add both [domain].com/* and *.[domain].com/*

1 Like

I did on Client and Server key, as you can see my screenshots.

If you read @eliot1 reply is to also add domain without .(dot) before.

this will handle domain.com and www.domain.com and any subdomain.domain.com

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.