Version
@nuxtjs/supabase: 1.5.3
nuxt: 4.0.3
Steps to reproduce
Set the config to
supabase: {
redirectOptions: {
login: "/login",
callback: "/",
include: [...],
saveRedirectToCookie: false,
},
},
What is Expected?
The path "/" is being rendered by SSR or the docs warn about this behaviour
What is actually happening?
It breaks SSR for "/"
Version
@nuxtjs/supabase: 1.5.3
nuxt: 4.0.3
Steps to reproduce
Set the config to
What is Expected?
The path "/" is being rendered by SSR or the docs warn about this behaviour
What is actually happening?
It breaks SSR for "/"