-
Notifications
You must be signed in to change notification settings - Fork 191
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
Deploy to heroku fails #217
Comments
Same here. Doesn't seem to be able to authenticate with Apple's servers. I take it they've made a change on their side.
|
This may have something to do with Apple's introduction of their own App Store Connect API being released this summer. Including TestFlight public links. |
Sad to see very little discussion within 17 days of this issue being opened. Also experiencing this issue with no resolution yet. |
Hi Guys, the error is caused from Apple requiring you to accept a new privacy policy. This thread has more details: fastlane/fastlane#12577 To fix - login to here: https://appleid.apple.com Ensure there is nothing to accept. I had to do this for a few accounts. After that, my Heroku boarding deployment that is now 2 months old just worked after a restart. Didn't need to deploy any new code. 👍 |
Thank you @Thwaitesy ! |
Ah yes this works great now. Thank you :) |
I was first seeing this issue on the docker image, but I get it when trying to deploy to heroku as well.
Spaceship::Tunes::Error: {"authType"=>"sa"}
The same config was working until recently but I am now seeing this on startup.
The text was updated successfully, but these errors were encountered: