Same here, I selected the person to transfer to, click on "Transfer" and nothing happened. No errors or any messages in the console log.
Under network activity, I see that the API was called:
https://developer.apple.com/services-account/QH65B2/account/getAgentTransferAgreement
And the response:
{
"creationTimestamp": "2024-07-16T17:14:26Z",
"resultCode": 0,
"userLocale": "en_US",
"devices": [],
"teamAddresses": [],
"teams": [],
"developers": []
}
So what would stop us from obtaining the transfer agreement? In addition, we should at least get an error message when this API returned with an error.