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

Server Error - Duplicate email #66

Open
jared-dykstra opened this issue Jan 18, 2019 · 2 comments
Open

Server Error - Duplicate email #66

jared-dykstra opened this issue Jan 18, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@jared-dykstra
Copy link
Owner

If a user fills out the survey on two devices, but enters the same email on both, the 2nd attempt will fail.

2019-01-18T15:25:30+00:00 app[postgres.10041]: [DATABASE] [28-1]  sql_error_code = 23505 ERROR:  duplicate key value violates unique constraint "users_email"
2019-01-18T15:25:30+00:00 app[postgres.10041]: [DATABASE] [28-2]  sql_error_code = 23505 DETAIL:  Key (email)=(daytonfoster@gmail.com) already exists.
2019-01-18T15:25:30+00:00 app[postgres.10041]: [DATABASE] [28-3]  sql_error_code = 23505 STATEMENT:  update "users" set "uid" = $1, "aliases" = $2, "email" = $3, "properties" = $4 where "uid" = $5
@jared-dykstra jared-dykstra added the bug Something isn't working label Jan 18, 2019
@jared-dykstra
Copy link
Owner Author

Reported by @DaytonF

@jared-dykstra
Copy link
Owner Author

This hasn't yet been resolved. I think it's a high-priority issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant