`router.push` not working in Next.js when clicking on submit
I’m working on a registration form in Next.js and I’m trying to redirect the user to an OTP verification page after successful registration. However, the router.push
is not working as expected when the form is submitted. Here is my code: