You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The auth.signUp method (with email and password parameters keeps returning
{session:null,mfa:null}
with the user account created successfully. which doesn't make any sense, as one would need the userId returned as part of the session.user object to enable the saving of other user data in public tables.
This is the case for several accounts created
The text was updated successfully, but these errors were encountered:
The auth.signUp method (with email and password parameters keeps returning
with the user account created successfully. which doesn't make any sense, as one would need the userId returned as part of the session.user object to enable the saving of other user data in public tables.
This is the case for several accounts created
The text was updated successfully, but these errors were encountered: