expo / eas-cli

Fastest way to build, submit, and update iOS and Android apps
https://docs.expo.dev/eas/
MIT License
702 stars 76 forks source link

Internal Server Error: 'd', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, #2305

Open Aris-ngoy opened 3 months ago

Aris-ngoy commented 3 months ago

Build/Submit details page URL

No response

Summary

eas-cli/7.6.2 darwin-x64 node-v18.19.1

Internal Server Error: 'd', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later'. Retrying after 3 seconds (remaining: 3)

Internal Server Error: 'd', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later'. Retrying after 3 seconds (remaining: 2)

Internal Server Error: 'd', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later'. Retrying after 3 seconds (remaining: 1)

✖ Failed to sync capability identifiers app.abela Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later Error: build command failed.

Managed or bare?

Managed

Environment

expo-env-info 1.2.0 environment info: System: OS: macOS 14.4 Shell: 5.9 - /bin/zsh Binaries: Node: 18.19.1 - ~/.nvm/versions/node/v18.19.1/bin/node npm: 10.2.4 - ~/.nvm/versions/node/v18.19.1/bin/npm Watchman: 2024.01.22.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.15.2 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 23.4, iOS 17.4, macOS 14.4, tvOS 17.4, visionOS 1.1, watchOS 10.4 IDEs: Xcode: 15.3/15E204a - /usr/bin/xcodebuild npmPackages: expo: ~50.0.13 => 50.0.13 react: 18.2.0 => 18.2.0 react-dom: 18.2.0 => 18.2.0 react-native: 0.73.5 => 0.73.5 react-native-web: ~0.19.6 => 0.19.10 npmGlobalPackages: eas-cli: 7.6.2 Expo Workflow: bare

Error output

✔ Synced capabilities: No updates

Internal Server Error: 'd', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later'. Retrying after 3 seconds (remaining: 3)

Internal Server Error: 'd', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later'. Retrying after 3 seconds (remaining: 2)

Internal Server Error: 'd', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later'. Retrying after 3 seconds (remaining: 1)

✖ Failed to sync capability identifiers app.abela Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later Error: build command failed.

Reproducible demo or steps to reproduce from a blank project

eas build -p ios production

heyjamesknight commented 3 months ago

Same issue.

deho0701 commented 2 months ago

Same issue.

lumamontes commented 2 months ago

I was having the same issue but updating eas-cli and then building again worked for me:

npm install -g eas-cli

ThangNV1205 commented 2 months ago

I also encountered a similar error even when using the latest version of eas-cli globally. I removed it globally and installed it directly into the project, and the build went smoothly.

impe93 commented 1 month ago

Same error here, I tried what @lumamontes said but I still get the error. One thing to notice is that when I'm bumping up the node version from 16 to 18.20.2, I get the connection error, but if I downgrade to version 16 again, everything works like a charm. I don't see how those 2 things are connected but that's what i've noticed. Other than that I HAVE TO switch to node version 18 because the latest plugin "expo-privacy-manifest-polyfill-plugin" to fix stuff on iOS env privacy need a function that seems to be only present on node 18. I'm a bit scared about this because I've to deploy an update for Monday lol

bportman commented 1 month ago

Event though I already had eas-cli installed globally and things were working fine for a while, running npm install -g eas-cli fixed this for me when the error started popping up.

Nikita-Shuminskiy commented 1 month ago

use npx (npx eas build --profile) instead of eas(eas build --profile) it worked

Heverson commented 3 weeks ago

I was having the same issue but updating eas-cli and then building again worked for me:

npm install -g eas-cli

Worked for me, thanks!

rcarter commented 2 weeks ago

Receiving this after updating eas-cli to v10.0.0 today. Reverted to v9.2.0 and all worked fine.

steviec commented 1 week ago

Getting this same issue, none of the above solutions fixed it for me :(. I'm getting it only when attempting an eas build with a particular profile; all the other ones work fine. There's nothing different, AFAICT, about this one.

nitishanand99 commented 1 day ago

idk how but I did these steps and it worked for me,