Open akshay0611 opened 2 hours ago
👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our FinVeda team will review it shortly. Stay tuned!
Preliminary Check
Bug Summary
The "Login/Register" button on the
/tools/sip.html
page is incorrectly redirecting to/tools/loginPage.html
, which causes a 400 error. The intended redirect path should be/loginPage.html
without the/tools
directory.Steps to Reproduce
/tools/sip.html
./tools/loginPage.html
instead of the intended/loginPage.html
, causing a 400 error.Expected Behavior
The "Login/Register" button should navigate to
/loginPage.html
instead of/tools/loginPage.html
, ensuring the correct page is loaded without causing a 400 error.Screenshots/Logs
No response
Additional Information