Hi everyone, hope someone can help me. I have received an invitation to join a development team, when i press on "Accept invitation" i am redirected to this page: https://appstoreconnect.apple.com/login?subType=COMPANY&activationKey=xxxx&providerName=***&username=xxxx The page ask for my Apple ID credential, but when i prompt it it show a spinning loader and the it ask for my credential again infinitely, without any error or message. If i try to inspect the network activity, i see one call giving error 400.
URL:https://appstoreconnect.apple.com/olympus/v1/activations/a56a99e8a528bdbe0235c0e712df9112/update
Response:{
"data" : {
"errorString" : "ITC.signin.error.unknown",
"providerId" : null,
"publicProviderId" : null
},
"messages" : {
"warn" : null,
"info" : null,
"error" : null
},
"statusCode" : "SUCCESS"
}
I don't get it, the warning says that I need to be enabled to access app store connect, but that's exactly what I'm trying to do! What am I doing wrong?