Authentication of Metamask user

Another thing is… that when a user is authenticated or isn’t ,. when the user triies to authenticate again, it gives a bad error and says user email already in the system or something like that . But the email address isn’t in the User file ? How can Moralis authenticate tell the users email address from the Metamask ?

confused

I think that error is kind of a generic error that you can get when the user eth address is present in _EthAddress table and not in User table. It can happen if you delete a row from User table and not also from _EthAddress table.

thank you for your quick reply.