Expo - can't login with social provider
I'm trying to use Expo plugin to login with Github provider, when I click the button the redirect is working correctly but I'm getting session back π
Here are the logs from
useSession
hook:
The backend is not throwing any error, but the redirect inside the app is not working. How can I fix it?
(the email method is working fine)
I'm on 1.1.108 Replies
Check this : #Issues with expo and generic oauth provider
Related : #Expo session with google OAuth
Did you have to sign-in 2 times to have session.data ?
Nope, I've never got my session back from the social provider π
Hey @cercio @bekacru any updates on this?
Check if the cookies are stored on the storage your provided
I'm now able to get the session back, but my
callbackURL
is not working inside the app πAre you using expo router?
yes
I think someone else also reported the same issue. Iβll check if itβs something to fix from better auth side
okay, please let me know when you get something. When I try just clicking
scheme://path
it's working correctly and navigates me to the correct path so i guess it's something on the better auth side