There was an error while loading. Please reload this page.
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:
https://DOMAIN/#access_token=TOKEN&expires_at=1722510619&expires_in=3600&refresh_token=TOKEN&token_type=bearer&type=recovery
We haven't changed any default settings, except the redirect:
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?
"@nuxtjs/supabase": "^1.3.5", "@supabase/supabase-js": "^2.44.2", "nuxt": "3.12.2"