internal server error from Apple's App Store Connect

Hi guys, I tried to build my app using EAS but got

✖ Failed to register bundle identifier com.fitlinez.pt
Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later
This request can not be processed right now - Service not available because of maintenance activities, please try again after some time.

I've checked the System Status https://developer.apple.com/system-status/ and everything seems green! but the problem persists. Does anyone know how to fix it?

Your eas cli is likely out of date. Ensure you’re running the latest version. It usually dumps a warning in the console about an update.

Happening now! Oct 15, 2024. Have been waiting for 3 hours but no fixed yet.

{ "errors" : [ { "id" : "GMATNEBPYT35HRQRY6HB5SOXLU", "status" : "500", "code" : "UNEXPECTED_ERROR", "title" : "Uncaught server exception", "detail" : null, "links" : null } ] }

Oct. 18 2024 - i am receiving this error trying to do a production build with Expo / eas-cli.

eas-cli version -- 12.5.3

has anyone found a solution?

I'm seeing this too. Others on the EXPO discord channel are also seeing it. The shared that you can run your eas cli tool with the env variables: EXPO_APP_STORE_DEBUG=1 EXPO_DEBUG=1 to get more info. For me, that just confirmed we are getting a 503 back from Apple. Sounds like Apple has this issue from time to time.

I got the same issue from this morning. has it been fixed now? any other guys have the same issue?

I'm running into it to

The same issue since this morning (10/18/2024)

i've had this issue all day 10/19/2024

Same issue here

Has there been any fix yet ?

I am also getting this error, 19 october 12:10 CEST

eas cli version eas-cli/12.5.3 darwin-arm64 node-v20.14.0

Error message:

Authentication with Apple Developer Portal failed!

Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later

use this for eas: eas build -p ios --non-interactive --profile external

This issue has been resolved in the latest eas-cli version 12.5.4.

After updating to the latest version of eas-cli, your login will fail but will delete the required credential cache in keychain and prompt you to login again.

https://github.com/expo/eas-cli/issues/2639 https://github.com/expo/eas-cli/pull/2641

This PR was published just an hour ago. Many thanks to the Expo team on resolving this issue!

Try npm install -g eas-cli@latest if npm install -g eas-cli isn't working

Same issue here, has there been any fix yet ?

internal server error from Apple's App Store Connect
 
 
Q