Error when creating new client

Hello,
I am trying to create a client to use the API. When I do so I am not able to save it as I get the following error:

“An error occurred during invoking a method [registerClient] in AuthorizationService”

What am I doing wrong?

1 Like

I am getting the same error. It is a 500 error code (internal server error), so it is unlikely that we the users are doing anything wrong.
Request payload:

{
  "clientName":"thatsmybis.com",
  "allowedRedirectUris":[
    "https://thatsmybis.com/warcraft/callback",
    "http://thatsmybis.local/warcraft/callback"
  ],
  "serviceUrl":"https://thatsmybis.com/",
  "intendedUse":"Provide players information about their raid's loot history."
}

Response:

{
  "exceptionClass" : "RpcResponseErrorExceptionRetryable",
  "message" : "An error occurred during invoking a method [registerClient] in AuthorizationService"
}

It may be worth noting that following the getting started instructions, using http://localhost and I do not have a service URL for this client also does not work.

I am also having this problem, hopefully it gets sorted soon