Hey guys, I have a question, about using SUPABASE ...
# javascript
l
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.
.
f
You probably want to add a redirectTo property to your Auth component:
For my dev version I just have localhost in my .env.local like this:
Copy code
# OAuth redirect URL
OAUTH_REDIRECT_TO=http://localhost:3000/
l
is use function to sign in