Developer Team invitation form doesn't progress

I have received an invitation to a development team in the Apple Developer Program.

Having filled the form out and completing the image challenge successfully, tapping on continue simply results in the button graying itself out.

The JavaScript console shows the following error when this happens:

{
    code: -4
    data: "Destination unavailable. 500"
    message: "Application error."
}

I have tried this process in Safari, Chromium, as well as on mobile data on my iPhone, and the result is the same each time.

Other messages in the console:

[Warning] 30 console messages are not shown.

[Log]  pm-rpc response recieved at  – "" (widget-a72347aab29cc0b7fb82.js, line 2)
[Log] success - rpc: 'receivePingRequest' (widget-a72347aab29cc0b7fb82.js, line 2)
[Log] will send 'receivePingRequest' for rpc: 'formRendered', number of retries left: 1 (widget-a72347aab29cc0b7fb82.js, line 2)
[Log]  - will send rpc message for 'receivePingRequest' (widget-a72347aab29cc0b7fb82.js, line 2)
[Log]  pm-rpc response recieved at  – "" (widget-a72347aab29cc0b7fb82.js, line 2)
[Log] success - rpc: 'receivePingRequest' (widget-a72347aab29cc0b7fb82.js, line 2)

[Error] Blocked a frame with origin "https://appleid.apple.com" from accessing a frame with origin "https://appstoreconnect.apple.com". Protocols, domains, and ports must match.

[Log] will send 'receivePingRequest' for rpc: 'formRendered', number of retries left: 0 (widget-a72347aab29cc0b7fb82.js, line 2)
[Log]  - will send rpc message for 'receivePingRequest' (widget-a72347aab29cc0b7fb82.js, line 2)
[Log]  pm-rpc response recieved at  – "" (widget-a72347aab29cc0b7fb82.js, line 2)
[Log] success - rpc: 'receivePingRequest' (widget-a72347aab29cc0b7fb82.js, line 2)
[Log]  - will send rpc message for 'formRendered' (widget-a72347aab29cc0b7fb82.js, line 2)
[Log] failure - rpc: 'formRendered', reason: reached maximum retries. (widget-a72347aab29cc0b7fb82.js, line 2)

Upon further inspection, it actually looks like the validation error is about the city not being given. However, the input field for Town/City disappears once I select another country that shouldn't need the City to be provided.

This seems like an error with the form on Apple's side.

Any update of this ?

It turns out that this can be worked around by going through the regular Apple Account registration process on the email address that is being invited to the Developer Team.

Once an Apple Account exists on the email address, the registration form will be skipped and it continues on to two-factor authentication & agreements.

Developer Team invitation form doesn't progress
 
 
Q