-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed issue No #4 (Unable to see error messages during login process on ExamTime website) #19
base: main
Are you sure you want to change the base?
Conversation
@dhruv389 is attempting to deploy a commit to the swapnilsingh99's projects Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for exam-time ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hello @hereisSwapnil, Apologies for the delay. I've resolved the issue by handling the "Unknown" error, which was previously unaddressed in the main code. Thank you for your patience. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
can you provide to me all values of .env variables of Server side and Client side also , without it i am not able to check. |
Please check .env.dev for keys and credentials |
Description:
This pull request addresses the issue with the login page not displaying the correct error message when invalid credentials are entered. Currently, the console log shows "Unknown" for this error, while other errors are properly handled and displayed using the Toastify library on the screen.
Changes Made:
Updated the login functionality to handle the "Unknown" error specifically for invalid credentials.
Modified the code to display the appropriate error message using the Toastify library when invalid credentials are entered.
Testing:
Tested the login page with various invalid credential scenarios to ensure the correct error message is displayed.
Verified that the console log no longer shows "Unknown" for invalid credential errors.
closes Issue no : #4