Closed magicandskill closed 3 months ago
I've tried the useRouter().push() method to transition to a private page after login success (client side) it doesn't work, but replace that with window.location would work.
Is this a limitation with SSR app in general?
I've tried the useRouter().push() method to transition to a private page after login success (client side) it doesn't work, but replace that with window.location would work.
Is this a limitation with SSR app in general?