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
Registration cannot be completed on dev env, because ENV['GEO_URL'] is not set, which is needed to get the geo_ attributes that are set in DB as not null.
We are using 3rd party API for geolocation and we cannot publish it in this repo.
This issue can be solved by setting geo_ attributes to default values on dev env if ENV['GEO_URL'] is not set.
The text was updated successfully, but these errors were encountered:
Registration cannot be completed on dev env, because
ENV['GEO_URL']
is not set, which is needed to get thegeo_
attributes that are set in DB asnot null
.We are using 3rd party API for geolocation and we cannot publish it in this repo.
This issue can be solved by setting
geo_
attributes to default values on dev env ifENV['GEO_URL']
is not set.The text was updated successfully, but these errors were encountered: