Skip to content

Signup Error: User Registration Fails With “Signup Failed” Popup #2695

@KaranUnique

Description

@KaranUnique

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.

Image

Expected Behavior :

  1. The user should be able to sign up successfully.
  2. After registration, the user should be redirected to the login/dashboard page.
  3. If there is an error, the UI should show a clear and meaningful message.

Actual Behavior:

  1. Signup always results in a “Signup failed” modal.
  2. No additional error details are provided.
    3, The user remains on the signup page without account creation.

Possible Causes :

  1. Incorrect or invalid API endpoint
  2. Backend server not running or unreachable
  3. Request payload mismatch (field names differ between frontend & backend)
  4. Email already exists but UI does not show detailed error
  5. CORS or validation issues

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions