-
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
Authentication with Apple Developer Portal failed! #2726
Comments
It looks like #2698, is it by any chance a duplicate? |
Also receiving this error on MacOS 15.1.1. Using eas-cli v13.4.2 |
I cant submit a build to app stores as well using the latest eas cli |
|
Yeah looks like its the same issue |
I ran into the same exact issue the solution was deleting this folder: ~/.app-store/ And then re-running with EXPO_NO_KEYCHAIN=1 This triggered a re-login with my 2FA and then good to go. You can remove the folder with rm -r or by navigating to users/yourusername/ and then using CMD+SHIFT+. in order to view hidden files and delete. |
@akratch Yep that worked for me! Thanks! |
Removing that folder did not work for me unfortunately
…On Tue, Nov 26, 2024 at 13:53 george-tux ***@***.***> wrote:
@akratch <https://github.com/akratch> Yep that worked for me! Thanks!
—
Reply to this email directly, view it on GitHub
<#2726 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB53IRM2HH4DIJM2I7FW4PT2CTUUXAVCNFSM6AAAAABSNAP2JOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBSGAYTAMJYGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
decided to build my project under a new name and id and it worked. |
This did not work for me |
Had it working but ran into this issue again when trying to submit. I don't know why but I got it working again after
so the final command i used that worked was after that i was prompted with 2fa again and was able to authenticate |
I try to test some changes to the headers we use for Apple auth, can you test if using my fork of CLI |
BTW I will close it so we can all track this issue in #2698 so we don't have 2 separate conversations |
Build/Submit details page URL
No response
Summary
Ran the eas build command but received this error after login in and verification step.
Managed or bare?
Bare
Environment
expo-env-info 1.2.1 environment info:
System:
OS: macOS 14.5
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.17.1 - ~/.nvm/versions/node/v18.17.1/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 9.6.7 - ~/.nvm/versions/node/v18.17.1/bin/npm
Managers:
CocoaPods: 1.15.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.5, iOS 17.5, macOS 14.5, tvOS 17.5, visionOS 1.2, watchOS 10.5
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.10121639
Xcode: 15.4/15F31d - /usr/bin/xcodebuild
npmPackages:
@expo/metro-config: ^0.10.0 => 0.10.0
expo: ^50.0.13 => 50.0.20
react: 18.2.0 => 18.2.0
react-native: 0.73.6 => 0.73.6
react-native-web: ~0.19.6 => 0.19.12
react-navigation: ^4.4.4 => 4.4.4
npmGlobalPackages:
eas-cli: 13.4.1
expo-cli: 6.3.10
Expo Workflow: bare
Error output
eas build --profile production --platform ios
✔ Using remote iOS credentials (Expo server)
If you provide your Apple account credentials we will be able to generate all necessary build credentials and fully validate them.
This is optional, but without Apple account access you will need to provide all the missing values manually and we can only run minimal validation on them.
✔ Do you want to log in to your Apple account? … yes
› Log in to your Apple Developer account to continue
✔ Apple ID: … [email protected]
› Using password for [email protected] from your local Keychain
Learn more: https://docs.expo.dev/distribution/security#keychain
✔ Logged in, verify your Apple account to continue
Internal Server Error: 'h', 'Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later'. Retrying after 3 seconds (remaining: 3)
✖ Logging in...
Authentication with Apple Developer Portal failed!
Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later
Error: build command failed.
The text was updated successfully, but these errors were encountered: