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 401 (
https://appstoreconnect.apple.com/olympus/v1/check):
{
"errors" : [ {
"id" : "3YIXSXXATDLZI2BXPG6PGWMMAU",
"status" : "401",
"code" : "NOT_AUTHORIZED.NO_ACCESS",
"title" : "An account is required to access this system.",
"detail" : "This Apple ID is not associated with any active account, so it cannot access this system.",
"links" : {
"see" : "/login?errorKey=ITC.signin.error.invalidUser.asc"
}
} ]
}
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?