-
Notifications
You must be signed in to change notification settings - Fork 859
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
After entering details on register page there is no response from the server. #43
Comments
same error got can you helped mi out |
Try clear local storage with "clear browsing data". It seems like clearing local storage and session storage in browser application is not good enough..:) |
got the same issue, but I fixed it. I got type errors in registerSchema and loginSchema, I changed Password to password, then it worked. |
thanks for sharing
…On Fri, Apr 7, 2023 at 3:58 PM newcodecareer ***@***.***> wrote:
got the same issue, but I fixed it. I got type errors in registerSchema
and loginSchema, I changed Password to password, then it worked.
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANNQJPU6XJ3NCQGO5HEHEE3W77T4JANCNFSM6AAAAAAVU6IBYQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It is not working can you help me |
can anyone provide the solution for this error. Its very frustrating yaar |
At first, I thought this was a server-side error but when I use postman to insert data then there is no problem.
On entering the data from the front end on the register page, the server is not responding with anything and the front end also did not redirect to the login page as per the code logic in Form.jsx.
The text was updated successfully, but these errors were encountered: