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?
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
I figured it out, had to put in
But I think the client should return a proper error message in this case.
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.