Type: Navigation Bug, Authentication Flow
Priority: High
Description
After being redirected to the Login page from the AI Assistance section while logged out, clicking the "Create account" link does not perform any action. The user remains on the same page with no navigation, redirect, or feedback.
Steps to Reproduce
- Open PrepPilot.
- Ensure you are logged out.
- Navigate to AI Assistance.
- Click Settings from the left-side menu.
- Observe the Login page after redirection.
- Click "Create account".
Expected Behavior
- User should be redirected to the Registration/Sign Up page.
- The account creation flow should start normally.
Actual Behavior
- Clicking "Create account" does nothing.
- No navigation or user feedback occurs.
Possible Cause
- Missing or incorrect route mapping for the Sign Up page.
- Broken
Link component or click handler.
- Registration route not registered in the router.
Proposed Fix
- Verify the
Create account link points to the correct registration route.
- Check route registration and navigation handlers.
- Add fallback error handling if navigation fails.
I can reproduce this issue and have identified the root cause. I already have a fix ready and would like to work on it under GSSoC'26.
Could you please assign this issue to me?
Thank you!
Type: Navigation Bug, Authentication Flow
Priority: High
Description
After being redirected to the Login page from the AI Assistance section while logged out, clicking the "Create account" link does not perform any action. The user remains on the same page with no navigation, redirect, or feedback.
Steps to Reproduce
Expected Behavior
Actual Behavior
Possible Cause
Linkcomponent or click handler.Proposed Fix
Create accountlink points to the correct registration route.I can reproduce this issue and have identified the root cause. I already have a fix ready and would like to work on it under GSSoC'26.
Could you please assign this issue to me?
Thank you!