Some regions have their own country codes despite not being independent, for example the country code RE is used for Réunion, which is a department of France, and does not use country code FR.
When geolocating from one of these places, it looks like the website expects to recieve:
{
"country_code": "FR",
"region_iso_code": "RE"
}
from the abstractapi request, but instead it recieves:
{
"country_code": "RE"
}
which is not in the website's country database.
I can confirm that the geolocation feature does not work in Réunion as seen in this screeshot.
I can't know for sure if this is the case for every other region that fits this criteria, but here's a list of country codes I think might be affected by the bug:
Some regions have their own country codes despite not being independent, for example the country code RE is used for Réunion, which is a department of France, and does not use country code FR. When geolocating from one of these places, it looks like the website expects to recieve:
from the abstractapi request, but instead it recieves:
which is not in the website's country database.
I can confirm that the geolocation feature does not work in Réunion as seen in this screeshot.
I can't know for sure if this is the case for every other region that fits this criteria, but here's a list of country codes I think might be affected by the bug: