When I try to request access to the App Store Connect API, the submit button gets greyed out and the loading indicator never stops. The developer console shows an error:
container.1daf9dcb901e25e9253a.js:2
POST https://appstoreconnect.apple.com/iris/v1/apiAccesses 500 (Internal Server Error)
{
"appName": "account",
"payload": [
{
"logLevel": "ERROR",
"message": "API Response Error: REQUEST_API_ACCESS_RESPONSE",
"url": "https://appstoreconnect.apple.com/access/api",
"stackTrace": "status code: 500 --- api correlation key: OLGS2I522RZJZNRH5437YH4XUY"
}
],
"eventKit": "logger",
"env": "PROD"
}
I tried this in Chrome and Safari. Same results.
Could you please fix this?
Thanks