After entering details on register page there is no response from the server.
arshali2774 opened this issue · 6 comments
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.
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.
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.