-
Notifications
You must be signed in to change notification settings - Fork 84
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
Too many verification codes #2143
Comments
Hi, can you try to run the command with |
@szdziedzic This is the logs I get back
|
Today re asked me for the otp and allowed me to go through, but not sure why it was broken in the first place |
Good to hear it! I think it's just SMS rate limiting on Apple's side. We are not controlling it, just using their API when it comes to logging in/sending OTP. I will close this issue because I believe the problem itself is not related to EAS CLI. |
I'm having the same issue. Is there a waiting time to solve this? Should not |
@szdziedzic is there anything that could be done from the |
Exactly! it should request for the older code, when you try to login into https://appstoreconnect.apple.com/login it is the way it works |
Hey @szdziedzic - I'm in agreement here that it should not exit if the error is I can see that it reaches this method and then throws
@expo/apple-utils package which is not public afaict and so would have to be an internal change to support this. If I am mistaken please let me know and I'd be more than happy to submit a PR here to support this :)
Edit: Yeah looks like |
Just ran into this today too, I imagine its fairly low down on the priority list but having the cli allow inputting the most recent SMS code would be amazing! |
Happening again today, unable to build for ios |
@zane-commeatio Hi! I went through this issue a couple weeks ago. It seems like it has nothing to do with Expo or eas-cli, the error comes from IOS servers. In my case, it just get fixed by wating a couple days without attemping getting a code. During that time, I figured it out how to make the builds using non-interactive mode, so you can try:
And this will start the build inmediatly (it will take more time than usually, but it works!). Plus:If you need to make a submit after your build (example -> submit to Testflight) you can make: You can found the id-build on your expo dashboard -> go to your build -> in top-right corner you will se a button "View details" -> click on it and you will see your id-build. ImportantIf you going to make the submit by this way, you will need to add this into the root object of your eas.json file:
Let me know if it works bro🚀 |
Build/Submit details page URL
No response
Summary
Since yesterday I have been getting this error when trying to build with eas build.
I am wondering if it is related to the new app store changes. Not sure also on how to bypass this problem: I tried cleaning my
.app-store
folder, usingEXPO_NO_KEYCHAIN=1
, without any major luck.I also tried to look into the fastlane docs, but nothing there as well, I am hoping for any way to fix this, even doing all the setup again would be fine
Managed or bare?
bare
Environment
Env
Error output
No response
Reproducible demo or steps to reproduce from a blank project
Just run
eas build --platform ios
The text was updated successfully, but these errors were encountered: