Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eas build - Service Unavailable #330

Open
TheAdamBorek opened this issue Jan 28, 2025 · 2 comments
Open

eas build - Service Unavailable #330

TheAdamBorek opened this issue Jan 28, 2025 · 2 comments

Comments

@TheAdamBorek
Copy link

TheAdamBorek commented Jan 28, 2025

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

@TheAdamBorek
Copy link
Author

When I run the command with EXPO_DEBUG: 1 I'm getting:

Image

@TheAdamBorek
Copy link
Author

OTA updates work fine on our CI and those are being sent to expo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant