Search code examples
react-nativeexpoyarn-v2expo-go

Expo Error on launching the app. "ApiV2Error: Account not found. "


Good day,

I am using and expo version 5.4.12 I tried running my app I got an error on launch

"ApiV2Error: Account not found.
    at ApiV2Client._requestAsync"

anyone who had this issue ? please help me.


Solution

  • For us, the problem was that the owner property in app.json did not match the owner for whatever account you're logged into on expo-cli or your expo go app. So just try to check if owner property is correct.