I’ve been fighting with location for the last couple hours.
I am using the Docker version for TI https://github.com/ThisIsQasim/TastyIgniter and I have configured the API Key from Google (Initially had a billing issue which i sorted and the map in the Restaurants are no longer showing “Development”)
I am not sure how the location works when creating a new Restaurant location but when ever I select Automatically get Lat/Lon it always defaults to 0/0 when i enter a correct address.
If i hard code the lat/lon everything works fine in terms of the Admin console.
I also noticed in when i go to the restaurant location, i see the maps api is calling “region=GB” . I read this article:
https://forum.tastyigniter.com/d/2124-is-google-maps-geocoder-region-hardcoded
When i use the client side page, this is where the brown stuff hits the fan.
When i want to enter the address to process an order i get Error occurred, please check and try again.
Looking in the Chrome Console i noticed this curl fails with 303:
curl 'http://192.168.0.100:8001/local_module/local_module/search'
I think the above issue “303 error” is the main culprit, but i am not sure why its doing that.
Im a developer but PHP is something i can understand, but am super noobish at.
TIA
Stillie