Having issues with Google Geocoder

CJ5 years ago

My config for geocoding:

    <entry key='geocoder.enable'>true</entry>
    <entry key='geocoder.type'>google</entry>
    <entry key='geocoder.onRequest'>true</entry>
    <entry key='geocoder.ignorePositions'>true</entry>
    <entry key='geocoder.key'>API KEY</entry>

When I click the "Show address" nothing happens (doesn't show address) however, if I check google dashboard, I can see requests. API is restricted to single domain/* and requests are restricted only for geocoding.

If I change it to here geocoding, it works so I'm using that for now but would really want to use google if possible.

I'm using Ubuntu (up to date) and Traccar latest version (installed 3 hours ago).

Any help would be appreciated.

Thank you.