You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The geolocation feature from the edge worker is no longer working (since 2021-06-09 from my logs). Apparently, the ipgeolocationapi.com service has been decommissioned (apilayer/geolocationapi#15).
Since we get the 2 letters ISO code of the country from Cloudflare headers we can translate that into country_name and remove the geolocation provider.
The text was updated successfully, but these errors were encountered:
Hey @jorgelbg i tried the self hosting one , but due to the change of api endpoint of Maxmind there was some errors.
But if you just need the geolocation feature you can check out https://github.com/ProxPi/geolocationapi. Which is a fork i made and its working .( There is some changes to be done from your side in the code if you are using it , because i changed it in a way to get only Lat and long from IP.
@fredysomy Thanks for the fork and for already integrating the fix for the new download procedure. I think that for now I'm going to translate the country code (that we get from Cloudflare's headers) and see if we really need the city/lat/lon.
This uses the code from the `cf-ipcountry` header that is provided by
Cloudflare to directly get the country name that we use in the
Dashboard. Since the city/lat/long were removed from the dashboard this
seems like a good compromise.
Implements the second strategy as explaiend in #30.
The geolocation feature from the edge worker is no longer working (since 2021-06-09 from my logs). Apparently, the ipgeolocationapi.com service has been decommissioned (apilayer/geolocationapi#15).
We have two possible routes:
country_name
and remove the geolocation provider.The text was updated successfully, but these errors were encountered: