Closed steklopod closed 1 year ago
The problem is actual
await useAuth().loginWith('local', { body: userPrincipal })
this is not redirecting
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Here is a reproduction link: https://stackblitz.com/edit/nuxt-starter-ykgz8i?file=pages%2Flogin%2Findex.vue,nuxt.config.ts,package.json
Just press login
button
nuxt.config
was taken from Nuxt 2 working project and does not haveauth.redirect
section (because of default values expected):Cookies were set, but redirect was not triggered.