Javascript – next/navigation giving error: navigator is not defined
The page is redirected on form submission without going to the catch block. But, in the backend, I am getting the following error: the API body is not being executed. Here is the page code. "use client"; import { Button,…