Skip to content

eas build - Service Unavailable #330

Description

@TheAdamBorek

Description of the bug

When we run eas build --platform all --non-interactive --wait --profile production --auto-submit

We receive nearly immediately the following error:
Image
The error message is ambiguous and doesn't allow me to search for possible fixes.

To Reproduce

  • Run the above command as github action

Expected behavior

  • To trigger a build on expo

Actual behavior

  • Error without triggering a build on expo.dev

Additional context

We use the latest eas:

      - name: Setup Expo
        uses: expo/expo-github-action@v8
        with:
          eas-version: latest
          token: ${{ secrets.EXPO_TOKEN }}

Works on local mac

I successfully triggered a build from my local mac running eas build --platform android --non-interactive --wait --profile production. On the first attempt, I got the same error as on CI but the next attempt succeeded. This leads me to think that this could be an issue with expo-github-action`

Last successful build

On Dec 18, 2024 we made last successful build on our CI

I've also created a thread on expo's discord

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions