Using latest versions.
When navigation directly to a protected page configured in redirect options will show a 500 error. When going to the route with a nuxtlink is working correct. Only when i type in the page for example incognito window will cause the issue.
my config
supabase: {
redirect: true,
redirectOptions: {
login: "/account/inloggen",
callback: "/dashboard",
include: ["/dashboard", "/dashboard/**"],
exclude: [],
},
So to reproduce. Set a protected page. I go there directly incognito this wont redirect you to login page but gives a 500 error.