authClient.signIn.email returns status 0 with empty statusText — No descriptive error
I'm trying to implement email/password sign-in using authClient.signIn.email inside a React Native (Expo) project, but I’m getting a bland, unhelpful error message:
Code :
5 Replies
can you check up on your auth config
this is cause the fetch request couldn't properly reach the server
How can i make sure if it reaches server or not
if it's local server and you're running emulator check how to forward ports
I am using expo with --tunnel