You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a problem with Nuxt auth on the redirect process.
I shared my auth-guard and configurations below.
My expectation is that the page I use auth-guard middleware will be directed to the login page if I am not logged in, and then go to the page I want to enter after login. But after login it is always redirected to the homepage. Can you help me?
Hello friends;
I ran into a problem with Nuxt auth on the redirect process.
I shared my auth-guard and configurations below.
My expectation is that the page I use auth-guard middleware will be directed to the login page if I am not logged in, and then go to the page I want to enter after login. But after login it is always redirected to the homepage. Can you help me?
loggedIn == false auth-guard redirected me this page
http://localhost:3000/uye-girisi?redirect=%2FSiparislerim
after login redirect me and redirect main page "/"
http://localhost:3000/?redirect=%2FSiparislerim
Auth-guard MW
Nuxt.config
-->
The text was updated successfully, but these errors were encountered: