-
Notifications
You must be signed in to change notification settings - Fork 88
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!
#2224
Comments
+1 having this issue too |
also having this issue |
I'm facing the same issue stated here, builds for ios platform were working fine a few days ago but are breaking today all of sudden... |
Suddenly having this issue too when running |
+1 |
++1 |
+1, Building with no issues yesterday. |
+1 |
+1
|
Same here with latest eas-cli |
Same |
+1 |
Same |
1 similar comment
Same |
+1 |
1 similar comment
+1 |
Same here |
I am facing same issue too all of the sudden! |
+1 |
Having the same issue, |
Having the same issue |
same here +1 |
Same, was working fine 2 days ago So looks like nothing works when you need to build either in preview or production, once it needs that communication with apple error comes up. Feels like Apple changed something because older versions of |
Thank you for filing this issue! |
thanks, we will investigate this. you can use i'll lock the issue for now so that this comment is easily discoverable, and we'll follow up shortly. |
Reinstall eas-cli worked for me
|
worked again with eas-cli 7.2.0 |
This solved it for me. |
Absolute legends ( |
|
npm install -g eas-cli |
helped! |
Thanks! |
Thanks! @brentvatne @maufernandezdev |
This worked for me! thanks! plz fix this bug ASAP : ) |
this is work for me . |
Running |
Uninstalling & re installing eas-cli (thus installing version 7.3) worked for me too. |
i fixed by updating eas.json nvm use 18.17.1
npm install -g eas-cli {
"cli": {
"version": "7.3.0"
}, |
Updating the cli is confirmed working on my end. |
I am still getting this error on version eas cli 7.3.0, I am still facing the same issue on eas-cli/7.3.0 PS D:\Projects\React Native> eas --version If you provide your Apple account credentials we will be able to generate all necessary build credentials and fully validate them. › Log in to your Apple Developer account to continue |
upgrade to 7.5.0 |
Hello But I always got these: eas-cli/7.3.0 win32-x64 node-v18.17.1 I am stucked with 7.3.0 why ? I can't build ios "Authentication with Apple Developer Portal failed! Apple provided the following error info: Service not available because of maintenance activities, please try again after some time. Error: build command failed." |
Hi guys, I had the same issue, and the only thing that made it work (in my scenario) was doing |
Version:
Why does this error happen? Is it on Apple's side or Expo? Isn't there a way to fix it so it will not happen again in new versions? |
Version: 12.5.3 Same issue here. Any ideas how to fix it? Happening on build and submit for Apple |
Same issue Im receiving since today. It was working fine before.
|
Facing the same problem! [email protected] EDIT: |
Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later I keep reverting my code and tried so much still no luck. It's in a sudden. |
+1 |
Still same issue ! |
Same issue was occurring on |
Worked for me. Thanks @bhappen +UP |
the current recommendation is to use |
This is the only solution that worked for me |
Build/Submit details page URL
No response
Summary
I get the error
when running
eas build --profile preview --platform ios
. this command worked successfully a few days agoManaged or bare?
managed
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
Run
The text was updated successfully, but these errors were encountered: