Hi there,
I can't seem to access the Users And Access menu and there is an error box appeared saying:
"There was an issue while retrieving your team members. Please try your request again."
There is literally an error in the Ajax request when I try to listen to the network via browser developer tools to get the Users List from the site to the AppStore Connect API. Saying
{
"errors" : [ {
"id" : "akdlad;lkasdlkasd;lkasdlkas",
"status" : "400",
"code" : "PARAMETER_ERROR.INVALID",
"title" : "A parameter has an invalid value",
"detail" : "'provider' is not a valid relationship name",
"source" : {
"parameter" : "include"
}
} ]
}
I believe there is an error on the AppStore Connect website that leads to this.
I tried the following:
-Using other browsers.
-Using other ItunesConnect IDs.
And all of those efforts give me the same results.