-
Notifications
You must be signed in to change notification settings - Fork 402
Open
Labels
1⭐Easy task for beginners, requires basic understanding.Easy task for beginners, requires basic understanding.OSCIgood first issueGood for newcomersGood for newcomers
Description
🐞 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
- Go to: https://vigy-bag.vercel.app/vigy-form
- On the landing page, find the button “Login as Vigy” (beside “Login as Admin”).
- 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):

404 Error Page (After Click):

Environment
- Website: https://vigy-bag.vercel.app/vigy-form
- Browser: Chrome 139.0 (also tested on Edge, Firefox)
- OS: Windows 11
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
Assignees
Labels
1⭐Easy task for beginners, requires basic understanding.Easy task for beginners, requires basic understanding.OSCIgood first issueGood for newcomersGood for newcomers