Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Registration not working on dev env #74

Open
janzikan opened this issue Mar 17, 2020 · 0 comments · May be fixed by #84
Open

Fix: Registration not working on dev env #74

janzikan opened this issue Mar 17, 2020 · 0 comments · May be fixed by #84
Assignees
Labels
backend bug Something isn't working

Comments

@janzikan
Copy link
Collaborator

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.

@Vratislav Vratislav added backend bug Something isn't working labels Mar 17, 2020
@janzikan janzikan linked a pull request Mar 18, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants