-
Notifications
You must be signed in to change notification settings - Fork 85
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
Internal Server Error: 'd', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, #2305
Comments
Same issue. |
1 similar comment
Same issue. |
I was having the same issue but updating eas-cli and then building again worked for me:
|
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. |
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 |
Event though I already had eas-cli installed globally and things were working fine for a while, running |
use npx (npx eas build --profile) instead of eas(eas build --profile) it worked |
Worked for me, thanks! |
Receiving this after updating eas-cli to v10.0.0 today. Reverted to v9.2.0 and all worked fine. |
Getting this same issue, none of the above solutions fixed it for me :(. I'm getting it only when attempting an |
idk how but I did these steps and it worked for me,
|
Funcionou para mim, obrigado! |
I experienced the same issue after I upgraded to [email protected] today. I had to downgrade to version 10.0.0 before the build was successful. The exact error I got was
My environment info is below
|
One second it was building locally fine and next started this happening... Tried 10.0.0 same issue |
Hi, all! It seems possible that Apple is doing some maintenance on their Developer Portal again 🤔 At what point of running the I believe that it is possible to know the exact request that failed if you use the A few months ago in version |
I just released the new Please, let me know if it helps in your case. |
PATCH https://developer.apple.com/services-account/v1/bundleIds/ 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) PATCH https://developer-mdn.apple.com/services-account/v1/bundleIds/ |
I had an agreement outstanding in App Store Connect. Once I had signed it, this error went away. |
I had removed my app from review so it was marked as "developer rejected". Once I removed the old build from the release, it started working |
I was already using npx so no global install issue. I logged into the app store connect website to make sure my account/app was in good standing. It was. So I tried |
any updates here? I'm using |
Same problem, |
Same issue here as @saurabhbhatia |
Seeing 500s as well, and the global install did not help, nor did a downgrade, even to v12.5.0. My app store connect looks to be in good standing as well. Anyone have any luck here? Example command:
And this is the stack trace
|
Same here. No mention about an Apple outage here though: https://developer.apple.com/system-status/ |
Same issue |
Same, tried downgrading eas-cli to 12.5.1, tried upgrading to Node 22, running out of ideas |
FYI, I just added Full command that worked: Saw the idea here: #2497 (comment) |
seems like others are facing the same issue in this thread https://forums.developer.apple.com/forums/thread/749354 |
I downloaded the build from the Expo site, then uploaded it through the Transporter app on the Mac App Store, and it worked! Now I am able to see it in TestFlight. |
I was able to get the eas build and eas submit to work using eas build --non-interactive --platform ios --auto-submit Prior to running this I had to set up my production profile with the proper submit information in my eas.json file. That documentation is here https://docs.expo.dev/submit/eas-json/ |
I am using a windows laptop. I get this error when I run this : npx eas build --profile production --non-interactive --platform ios And when I try: npx eas build --profile production --platform ios Has anyone fixed this? Can I even build ios apps from windows laptops? |
I'm also getting same error. × Logging in... |
@lperotti399 great solution, worked for me!! |
@lperotti399 Failed to set up credentials. |
Looks like this is now acknowledged by team expo as service degradation https://status.expo.dev |
What are the methods not worked for me
Worked for me
|
@nars-bramble did you setup your eas.json? should include:
|
this worked, but i don't like it. |
@alessiapacca Yes, updated the eas file before running the command and got the following error. Failed to set up credentials. |
Running eas build in debug mode throws back the error:
with the following response:
|
Issue was fixed here: #2639 |
Issue got resolved once I updated the cli to new version. Thanks guys! |
Try npm install -g eas-cli@latest if npm install -g eas-cli isnt working |
Confirming that updating eas to the latest version would do it. |
Confirming that installing the last version of eas-cli fixes the problem, I use node18 just for reference |
npm install -g eas-cli worked for me im using: |
It works for me too. |
npm install -g eas-cli worked for me too Thank you. |
Forgot to confirm, this worked perfectly. Thank you so much for such quick turnaround. |
For the people for whom upgrading eas-cli didn't solve the issue, running 'sudo' with your build will allow the credentials update to occur, as per nitishanand99 instructions.
|
Worked like a charm :) thank you! |
Confirming here |
guys keep calm goto https://appstoreconnect.apple.com/ accept new terms then im ok |
The change in the eas.json version to:
and the addition of:
helped me solve the issue. |
VadymBezsmertnyi, thanks. That helped me and I was able to submit. |
If you have phone call as the 2FA method, you may receive this error. See #879 for more info. I had to switch to a different Apple ID to get it to work at all. |
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
The text was updated successfully, but these errors were encountered: