Skip to content

[BUG] Successful Sign-Up Redirects to Error Page Instead of Sign-In Page #394

@souma9830

Description

@souma9830

After successfully creating an account via the Sign Up page, users are incorrectly redirected to a generic “Something went wrong” error page. This happens even though the account is created successfully in the system.

This breaks the authentication flow and confuses users immediately after registration.


Steps to Reproduce

  1. Navigate to the Sign Up page
  2. Fill in valid registration details
  3. Submit the Sign Up form
  4. Observe the redirect after submission

Actual Behavior

  • Account creation succeeds
  • User is redirected to a “Something went wrong” page
  • No clear guidance or next step is provided
  • User is not taken to the Sign In page

Expected Behavior

  • After successful account creation:
    • User should be redirected to the Sign In page
    • Optional success message like:

      “Account created successfully. Please sign in.”

  • Authentication flow should feel seamless and predictable

Impact

  • Poor first-time user experience
  • Users may think sign-up failed
  • Can lead to duplicate account creation attempts
  • Reduces trust in the platform’s reliability

Proposed Fix

  • Ensure sign-up success response is handled correctly
  • Redirect users to the Sign In page after successful registration
  • Display a clear success confirmation before redirecting
  • Handle backend success/error states properly to avoid false error redirects

Screenshots

Image https://github.com/user-attachments/assets/f2dbfa1f-1928-4c45-b253-16146677057d

Contribution

I would like to work on fixing the post-sign-up redirect flow and ensure users are correctly routed to the Sign In page after successful registration.

Please let me know if I can proceed.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions