[GraphQL] Entity not authorized error!

Hello, I am trying to build using eas build, but each time I am getting the following error:

CombinedError: [GraphQL] Entity not authorized:
AccountEntity[70*****

This is working fine when I login with another account, but when I switch the account the error appears. I have now created an organization and added both users to the same organization, and have changed the owner to the organization name. But still, the issue is appearing. Any idea?

There is also the same issue for me today

Hi- apologies for the issue. We are looking into this currently.

One thing you can try that appears to be resolving the issue is setting the projectId in app.json, like this:

"extra": {
      "eas": {
        "projectId": "xxxxxxxxx"
      }
    }

This can either be retrieved from your project on https://expo.dev or it can be populated by running eas init.

1 Like