EAS: Getting error when building "CombinedError: [GraphQL] Experience with name '[org]/[app_name]' does not exist.

I was able to submit a build but then I’ve noticed it was made with my personal account instead of the client organization.

The build was successful but then when trying to switch the configuration to the organization account by using owner key on app.config.ts file, I’m getting the following →

eas build -p android --profile preview --clear-cache
:heavy_check_mark: Using remote Android credentials (Expo server)
CombinedError: [GraphQL] Experience with name ‘@orgname/app-name’ does not exist.

I’ve tried calling eas build:configure again but no luck.

  • managed workflow
  • eas-cli/2.0.0 darwin-x64 node-v16.1.0

Is there any way to switch an existent successful build to an organization ?

hi there! you can transfer the project to your client organization: Account Types - Expo Documentation

after that, set the “owner” field in app.json to the name of your organization account

1 Like

That made it! thanks team!

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.