Skip to content

[bug] : "Create Account" button on Login page is non-functional after AI Assistance redirect #250

Description

@anan-yaa

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

  1. Open PrepPilot.
  2. Ensure you are logged out.
  3. Navigate to AI Assistance.
  4. Click Settings from the left-side menu.
  5. Observe the Login page after redirection.
  6. 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!

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions