EAS Failed to setup credentials

Hi, I am getting Failed to setup credentials
CombinedError: [GraphQL] Unexpected server error.
[GraphQL] Unexpected server error.
when trying to build my first EAS-build.

As suggested in another topic I tried EXPO_APP_STORE_DEBUG=true eas build -p ios but there is no error log:

:heavy_check_mark: Select the iOS distribution certificate to use for code signing: › [Choose another existing certificate] (Recommended)
:heavy_check_mark: Select the iOS Distribution Certificate from the list: › Cert ID: 88725MLX3C, Serial number: 22E463EDBD71351D82954EBD5D8CDEBF, Team ID: ZGBW6WY78M, Team name:
Created: 15 minutes ago, Updated: 5 minutes ago,
Expires: Mon, 14 Nov 2022 08:22:02 GMT-0900
Failed to setup credentials.
CombinedError: [GraphQL] Unexpected server error.
[GraphQL] Unexpected server error.

Update: I have managed to successfully upload my iOS credentials via expo build:ios but even with eas build -p ios --non-interactive i get:

Distribution Certificate is not validated for non-interactive builds.
Failed to setup credentials.
CombinedError: [GraphQL] Unexpected server error.
[GraphQL] Unexpected server error.

It seems the issue was my outdated eas-cli, after installing latest version the error is gone, you may close the issue, thanks.

2 Likes

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