Skip to content

[Bug] "Login as Vigy" button redirects to 404 page #2638

@ajaykuraparthi

Description

@ajaykuraparthi

🐞 Bug Report: "Login as Vigy" redirects to 404 page

Description

When clicking the “Login as Vigy” button on the VigyBag landing page, the user is redirected to a 404 error page instead of the expected login form. This prevents users from accessing the Vigy login functionality.


Steps to Reproduce

  1. Go to: https://vigy-bag.vercel.app/vigy-form
  2. On the landing page, find the button “Login as Vigy” (beside “Login as Admin”).
  3. Click on “Login as Vigy”.

Expected Behavior

User should be redirected to the Vigy login page/form and be able to log in successfully.


Actual Behavior

The app shows a 404 error page saying “The page you are looking for is not available”.


Screenshots

Landing Page (Before Click):

Image

404 Error Page (After Click):

Image

Environment


Severity / Priority

  • Severity: High (Login is a core functionality)
  • Priority: High (Must be fixed before production use)

Possible Cause

  • The button route may be misconfigured (e.g., pointing to /vigy instead of /vigy-form).
  • The Vigy login component/page might not be deployed to Vercel.

Suggested Fix

  • Verify and correct the route for the “Login as Vigy” button.
  • Ensure the Vigy login page/component exists in the repo and is properly deployed.
  • Update routing configuration if using React Router or Next.js.

🔗 Additional Notes
Please confirm whether the intended route is /vigy-form or a different page for Vigy login.

Metadata

Metadata

Labels

1⭐Easy task for beginners, requires basic understanding.OSCIgood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions