Auth client not working in Expo
Hi,
I have a very basic setup with expo based on the documentation, when I try to sign in using the client, I get this returned.
Any idea, why?
Solution:Jump to solution
I figured it out, had to put in
http://10.0.2.2
as the base url. Otherwise the Android emulator can't access the localhost.
But I think the client should return a proper error message in this case....1 Reply
Solution
I figured it out, had to put in
http://10.0.2.2
as the base url. Otherwise the Android emulator can't access the localhost.
But I think the client should return a proper error message in this case.