Started getting the user location not supported even though myself and my server is in a region which is supported. It was previously working not not.
When accessing the API via curl it works when using IPv6 but not IPv4
How can I check to see what region google is seeing my IPV4 address as, all the geo location tools I’ve checked see it correctly.
Thanks
1 Like
I found a solution that worked for me in the end, in case anyone else is having the same problem I started my docker container which is a node application with the following environment variable:
NODE_OPTIONS="--dns-result-order=ipv6first"