Hey guys, I have a question, about using SUPABASE PROVIDER AUTH in nextjs. When I want to authenticate, supabase redirects me to a url that doesnt exist. Is there any way to signin with popup, or to fix te issue.
Luc
04/19/2022, 6:39 PM
.
f
fugu
04/19/2022, 11:16 PM
You probably want to add a redirectTo property to your Auth component:
fugu
04/19/2022, 11:17 PM
For my dev version I just have localhost in my .env.local like this: