Closed
Description
We just found this issue.
If I click "Send password recovery", I'm getting a link, it has all query params, but it just opens a home page without signing me in.
The URL looks like this:
We haven't changed any default settings, except the redirect
:
supabase: {
url: process.env.VITE_SUPABASE_URL,
key: process.env.VITE_SUPABASE_ANON_KEY,
redirect: false
}
Everything else works perfectly.
Any thoughts of what can it be?
Version
"@nuxtjs/supabase": "^1.3.5",
"@supabase/supabase-js": "^2.44.2",
"nuxt": "3.12.2"