expo / expo/expo-github-action

eas build - Service Unavailable

Open
#330 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1k
Forks
107
PR merge metrics
No merged PRs in 30d

Description

### 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](https://github.com/user-attachments/assets/22597516-157b-4c3a-bc5c-eda722284cd0)
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`:
```yml
- 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](https://discord.com/channels/695411232856997968/1333745761208504413)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.