Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApiV2Error: Entity Not Authorized #26

Closed
venelinn opened this issue Sep 23, 2022 · 3 comments
Closed

ApiV2Error: Entity Not Authorized #26

venelinn opened this issue Sep 23, 2022 · 3 comments

Comments

@venelinn
Copy link

Hello,
I'm using Manual mode to run this starter but I'm getting this message after iOS simulator opens.
ApiV2Error: Entity Not Authorized
iOS 16 with iPhone 14 and 14 Pro Max
MacOS & XCode: Latest

@kanzitelli
Copy link
Owner

Hi @venelinn!

Could you provide more details on that? Do you get the error in terminal or simulator? After which moment is it shown?

The only thing that comes to my mind is to remove EAS config from app.json (updates.url, extra) and eas.json. Maybe it’s trying to download an update tied to my project and account in Expo.dev.

@venelinn
Copy link
Author

Thank you for the response @kanzitelli !
By removing EAS config from app.json the issue has been fixed!

"extra": {
      "eas": {
        "projectId": "67c2aff3-a838-43b9-b7ef-4196611a0314"
      }
    },

The only warning I'm getting now is: No project ID specified in app.json, unable to sign manifest, but is not a big deal !

Cheers!

@kanzitelli
Copy link
Owner

@venelinn great! thanks for testing and opening the issue!

EAS config was removed in 4.0.1 as it should be unique per project and can be generated by eas update:config (EAS Update docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants