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

Handle duplicate yandex user registration #120

Closed
vityaman opened this issue May 18, 2024 · 0 comments · Fixed by #132
Closed

Handle duplicate yandex user registration #120

vityaman opened this issue May 18, 2024 · 0 comments · Fixed by #132
Labels
bug Something isn't working

Comments

@vityaman
Copy link
Member

lms-botalka   | Caused by: org.jooq.exception.IntegrityConstraintViolationException: SQL [insert into "lms"."auth_yandex" ("user_id", "yandex_id", "yandex_login") values ($1, $2, $3)]; duplicate key value violates unique constraint "auth_yandex_yandex_id_key"

lms-botalka   | ru.vityaman.lms.botalka.storage.jooq.exception.UniqueViolationException: SQL [insert into "lms"."auth_yandex" ("user_id", "yandex_id", "yandex_login") values ($1, $2, $3)]; duplicate key value violates unique constraint "auth_yandex_yandex_id_key"
lms-botalka   |         at ru.vityaman.lms.botalka.storage.jooq.exception.ConstraintViolationMappingKt$mapping$1.invoke(ConstraintViolationMapping.kt:10) ~[!/:0.0.1]
lms-botalka   |         Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
@vityaman vityaman added the bug Something isn't working label May 18, 2024
vityaman added a commit that referenced this issue May 25, 2024
vityaman added a commit that referenced this issue May 25, 2024
vityaman added a commit that referenced this issue May 25, 2024
@vityaman vityaman linked a pull request May 25, 2024 that will close this 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

Successfully merging a pull request may close this issue.

1 participant