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
- Navigate to the Sign Up page
- Fill in valid registration details
- Submit the Sign Up form
- 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

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.
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
Actual Behavior
Expected Behavior
Impact
Proposed Fix
Screenshots
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.