EAS Update GraphQL request failed error

I am using the managed workflow.
eas-cli version selected by expo/expo-github-action@v8

Running

eas update --channel staging --platform all --message “${{ github.event.head_commit.message }}” --non-interactive

which usually pushes the latest updates has started failing without a useful error message.

The logs show the following:

[expo-cli] Export was successful. Your exported files can be found in dist

  • Exporting…

:heavy_check_mark: Exported bundle(s)

  • Uploading…

:heavy_check_mark: Uploaded 2 app bundles

:heavy_check_mark: Uploading assets skipped - no new assets found

:heavy_check_mark: Channel: staging pointed at branch: staging

  • Publishing…

:heavy_multiplication_x: Failed to publish updates

Error: GraphQL request failed.

Error: Process completed with exit code 1.

I have tried running the update locally too and recevied this extra error message which indicates a service issue?

:heavy_multiplication_x: Failed to publish updates
[Network] upstream connect error or disconnect/reset before headers. reset reason: connection termination
Error: GraphQL request failed.

I believe this is this issue Expo Status - API services are degraded

1 Like

I got this error when EXPO_TOKEN was invalid.

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