eas-cli: Build request failed - CombinedError: [GraphQL] Entity not authorized

Summary

Since this morning builds fail with an error. I tried to login again with eas login, but no luck.

Environment

EAS CLI 0.32.0 environment info: System: OS: macOS 11.6 Shell: 5.8 - /bin/zsh Binaries: Node: 14.17.6 - /var/folders/cx/c6zgtcwj2sb08ld9821twt7h0000gn/T/yarn–1634625745983-0.8051240578579084/node Yarn: 1.22.15 - /var/folders/cx/c6zgtcwj2sb08ld9821twt7h0000gn/T/yarn–1634625745983-0.8051240578579084/yarn npm: 6.14.15 - ~/.nvm/versions/node/v14.17.6/bin/npm Utilities: Git: 2.30.1 - /usr/bin/git npmPackages: expo: ~42.0.0 => 42.0.3 react-native: 0.64.1 => 0.64.1

Error output

Starting iOS build
Build request failed. Make sure you are using the latest eas-cli version. If the problem persists, please report the issue.
    CombinedError: [GraphQL] Entity not authorized: CustomerEntity[***] (viewer = RobotViewerContext,
    action = READ, ruleIndex = -1)

Reproducible demo or steps to reproduce from a blank project

N/A

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 16
  • Comments: 16 (1 by maintainers)

Most upvoted comments

I solved this issue by removing eas: projectId from app.json:

"extra": {
  "eas": {
    "projectId": "a1b2c3d4-e5f6-g7h8i9-j1k2-l3m4n5o6p7"
  }
}

I need a build for development, the company’s Expo project ID is different than my account’s project ID, thus the problem…

fix deployed, no update to eas-cli necessary

Hey everyone, thanks for the reports. We’re landing a fix now and I’ll update here once you should be able to build again. Good news- it will not require a new version of eas-cli

it’s 4.30AM PT atm, I think we’ll need to be patient

We have the same issue on our CI build: EAS CLI 0.32.0 expo: ~42.0.0 => 42.0.3 Ubuntu 20.04.3