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
If a user with username x or email [email protected] is already registered, while registering with the same input, it throws 500 internal server error.
If a user with username
x
or email[email protected]
is already registered, while registering with the same input, it throws500 internal server error
.Handling while trying to register with existing data and throwing
400 Bad request
would be more suitable instead of500
.The text was updated successfully, but these errors were encountered: