For some reason, having a redirect call in the client entirely breaks all actions from working.
Changing it to the navigate
function from useNavigate()
resolves it.
For some reason, having a redirect call in the client entirely breaks all actions from working.
Changing it to the navigate
function from useNavigate()
resolves it.