Geocoding Service: cannot connect to the service, please check the Geocode API key

Hello I keep getting this error:

“Geocoding Service: cannot connect to the service, please check the Geocode API key”

I get this error with the following workflow:

  1. Create a new order
    1a) Attach users shipping address to the order,

(The users shipping address is saved in a separate data type called “Address” and is linked in the user field.

Never mind realized what it is, I’m an idiot.

What was the issue as I’m also getting this?

The issue was:

I accidentally had a “geographical address” field in my DB instead of the linked record from Address in my DB…

So when I was running the workflow it was calling the geo address when i thought it was calling my actual “Address” from my DB…

So it was giving me that error. Which makes sense because I was trying to pass through a unique ID.

However from looking into the issue in depth, I also had to setup a billing account with google console which I took care of, but that’s a separate thing lol.