-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
Description
When attempting to create a new user account, the signup process fails and displays a popup stating “Signup failed”. Even with valid inputs, the account is not created, and no specific error details are shown to the user.
Expected Behavior :
- The user should be able to sign up successfully.
- After registration, the user should be redirected to the login/dashboard page.
- If there is an error, the UI should show a clear and meaningful message.
Actual Behavior:
- Signup always results in a “Signup failed” modal.
- No additional error details are provided.
3, The user remains on the signup page without account creation.
Possible Causes :
- Incorrect or invalid API endpoint
- Backend server not running or unreachable
- Request payload mismatch (field names differ between frontend & backend)
- Email already exists but UI does not show detailed error
- CORS or validation issues
Reactions are currently unavailable