When user logs in first time, user gets proviosioned and persisted on the database just fine.
But then I logout and login again and this exception comes:
An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "uniq_8d93d649e7927c74"
DETAIL: Key (email)=(firstname.lastname@domain.tld) already exists.
Any idea what am I missing?
When user logs in first time, user gets proviosioned and persisted on the database just fine.
But then I logout and login again and this exception comes:
Any idea what am I missing?