Supabase Oauth redirect not working for localhost
I’m trying to configure my app to redirect to the address: http://localhost:3000/home
when the user successfully logs in. I’m using Oauth through Azure to perform authentication. The problem is that the user is not redirected, and remains on /login
page. Supabase Azure Oauth callback URL is configured correctly in Azure Panel.