Hello. I’m trying to register a new app and it fails with:
Invalid client name Please try again
The browser console shows, that a http 409
is returned by the api.
{"error":"Conflict","status":409,"message":"Invalid client name"}
I even tried some random string as client name, the result is the same. Any ideas?