social-app-django
social-app-django copied to clipboard
IntegrityError at /oauth/complete/google-oauth2/
IntegrityError at /oauth/complete/google-oauth2/
duplicate key value violates unique constraint "sqlite_autoindex_accounts_user_2" DETAIL: Key (email)=([email protected]) already exists.
I am having this error. I already have account with this email and when I try to register using this email, I get this error. Is there any way to redirect the user to some custom page showing appropriate message.