expo / expo/eas-cli

Error: build command failed.

Open
#3,064 1 comment 0 reactions 0 assignees View on GitHub
needs review
Dominant language
TypeScript
Stars
1.4k
Forks
236
Avg merge
3d 1h
Merged PRs (30d)
91

Description

### Build/Submit details page URL

_No response_

### Summary

eas build --platform android
Error: build command failed.

### Managed or bare?

Managed

### Environment

npx expo-env-info

### Error output

eas build --platform android
The EAS build profile does not specify a Node.js version. Using the version specified in .nvmrc: ��20.18.1

Resolved "production" environment for the build. Learn more: https://docs.expo.dev/eas/environment-variables/#setting-the-environment-for-your-builds
No environment variables with visibility "Plain text" and "Sensitive" found for the "production" environment on EAS.

✔ Using remote Android credentials (Expo server)
✔ Using Keystore from configuration: Build Credentials Cem_OpzzPF (default)

Bumping expo.android.versionCode from 1 to 2

Compressing project files and uploading to EAS Build. Learn more: https://expo.fyi/eas-build-archive
✔ Compressed project files 1s (1.3 MB)
✔ Uploaded to EAS 3s
Failed to upload metadata to EAS Build

Reason: request to https://storage.googleapis.com/turtle-v2-projects-metadata/production/7a18e9c1-5c7e-4bf1-8efa-c1366450729e/0fde45ed-daea-414a-a758-caba3e895f4d?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=www-production%40exponentjs.iam.gserviceaccount.com%2F20250623%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20250623T030051Z&X-Goog-Expires=3600&X-Goog-SignedHeaders=host%3Bx-goog-content-length-range&X-Goog-Signature=9e902e279cfe4d566c17b4e378d7af52d3e8a32f84a74dc849486a688ec360dcb3c22ee77ad17f326f5c3041f0f02ea7858295832056769796f78293e0d9dd535cd89935fbf3584ece3d0abf91d2e1f61e1a727e03b8fcefd725e4508c7ffedaa9b5dd03b78dbdef5e21cab9e7113875d7968bc9659651e009c4fe4eaaa7b0ad939719f62f31c648b032ea84d4d4b3a7160a55d26de4de4eaed896eed546d6fda961aca24b6547ba3bf681a1205b0e110c11ed1701c553fd077fa94f745a51fa39df08caccec995168b9978572f3ae6a8175ef0819848e59cd2cf2a0e76043c7977c1b228bf574a0578f165eafdb8adfe93d6a8f952a96c64e45d9a335b8579a failed, reason:
✔ Computed project fingerprint
Build request failed. Make sure you are using the latest eas-cli version. If the problem persists, report the issue.
Request ID: 60b9a52d-9552-445b-9c0c-1be2fd9ecdfa
Error message: Unexpected server error (Expo error ID: 60b9a52d-9552-445b-9c0c-1be2fd9ecdfa).
Error: build command failed.

### Reproducible demo or steps to reproduce from a blank project

{
"cli": {
"version": ">= 16.9.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true,
"android": {
"buildType": "apk" // 或 "app-bundle",推荐 app-bundle
}
}
},
"submit": {
"production": {}
}
}

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.