atinux / nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.
MIT License
946 stars 87 forks source link

Login redirect with useRouter().push() doesn't work #127

Closed magicandskill closed 3 months ago

magicandskill commented 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?