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.
{"data": null, "error": {"status": 0, "statusText": ""}}
{"data": null, "error": {"status": 0, "statusText": ""}}
Any idea, why?
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....
Jump to solution
1 Reply
Solution
neetras
neetras4mo ago
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.

Did you find this page helpful?