Make sure the useRouter is from next/navigation and not from next/router.
If that doesn't work, try using a Link element to trigger the modal, perhaps the router.push doesn't work.