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
Description
When trying to sign up with valid credentials, an error message is displayed, preventing the user from proceeding with the
registration process. Additionally, if we attempt to log in without signing up, the same error message appears.
Steps to Reproduce
1- Navigate to the user Sign-Up page.
2- Fill in all the required fields with valid credentials (e.g., valid email, password, etc.).
3-Click the Sign Up button.
4-Observe the error message displayed, even though the credentials are valid.
5-Now, try to log in with the same credentials (without signing up).
6-The same error message appears.
Expected Behavior
After entering valid credentials in the sign-up form, the user should successfully be registered and redirected to the login page or
dashboard.
When logging in with the correct credentials, the user should successfully be authenticated and redirected to the dashboard or
appropriate page.
Actual Behavior
An error message is displayed during both the sign-up and login process, even with valid credentials.
The text was updated successfully, but these errors were encountered:
Description
When trying to sign up with valid credentials, an error message is displayed, preventing the user from proceeding with the
registration process. Additionally, if we attempt to log in without signing up, the same error message appears.
Steps to Reproduce
1- Navigate to the user Sign-Up page.
2- Fill in all the required fields with valid credentials (e.g., valid email, password, etc.).
3-Click the Sign Up button.
4-Observe the error message displayed, even though the credentials are valid.
5-Now, try to log in with the same credentials (without signing up).
6-The same error message appears.
Expected Behavior
After entering valid credentials in the sign-up form, the user should successfully be registered and redirected to the login page or
dashboard.
When logging in with the correct credentials, the user should successfully be authenticated and redirected to the dashboard or
appropriate page.
Actual Behavior
An error message is displayed during both the sign-up and login process, even with valid credentials.
The text was updated successfully, but these errors were encountered: