nerdbord/good-dev-hunting-app

Login failure after changing primary GitHub email address

Closed this issue · 2 comments

Description

After changing primary email address, I get the following error message:
Invalid prisma.user.create() invocation:
Unique constraint failed on the fields: ('username')

Steps to reproduce

  1. Go to https://github.com/settings/emails and change your primary email address.
  2. Logout and try to login again with the new email address.
  3. See the error message.

It should work now @ekrzeptowski :-) Thank you!

Fix merged