11 Replies
i need to change that
redirectTo
uri since my frontend lives in another app different from my auth backendauthClient.signIn.social has a callbackURL parameter, give the whole frontend domain + path to redirect to your frontend.
@daveycodez any way of passing this callback url to the oauth providers from your ui kit though
baseURL
in provider?
AuthUIProvider
but that's set to my backend url
Shouldn’t be
baseURL on AuthUIProvider should be set to the front end
Otherwise you’ll get callbackURL redirecting to your backend
aah, got me confused since it said frontend
worked, solved :Tick: