Marco Rizzato
Marco Rizzato
The unique workaround I found is to compose dynamically the redirect link like this: `index.vue` ```javascript const user = useSupabaseUser() const client = useSupabaseClient() const redirectTo = `${useRuntimeConfig().public.baseUrl}/confirm` const {...
No, you don't need to specify your production URL twice. Site url --> Production URL Redirect URL's --> Only localhost url
I've the same issue, I tried @jakubkoje fix but it doesn't work.
I did it for every component but it doesn't work. However I found a valid workaround for me: 1) Force the Nuxt version to `3.12.4` in the `package.json` ```diff -...
> Same problem here. I'm coming from version 0.7.2, where there was that option. I've also opened an issue #635 and it was fixed #727. I think we're not talking...