LazyNinjaOriginal post
Web Developer
When I try to login with google oauth2, the new user that is to be created is added as an identity to the previous user instead of being created as different user.
The emails are different and in no way related but still it adds the new email as identity of the previous ones
Summary
Issue: New users are not being created on OAuth2 login and are instead being linked as an identity to the previous user.
Potential Solution: Try logging out the current user by deleting the session and then attempt the OAuth login again. This may help separate the new user and create them as a distinct entity.