Android registration reports "INVALID_CONTROLLER_RESPONSE"

I reinstalled my Android device trying to solve a different issue: here

But now, I cannot re-enroll.
Upon doing so, I get the error:
resp = {"Success":false,"Error":"INVALID_CONTROLLER_RESPONSE","Code":-3}

I cracked open the JWT and it seems like it is valid JSON:


{
  "alg": "RS256",
  "kid": "cc78fff553ede7399402593d2b6fd69d675ae07b",
  "typ": "JWT"
}
{
  "iss": "https://home.nonya.org:1280",
  "sub": "W6Vpn2ijEu",
  "aud": [
    ""
  ],
  "exp": 1724939040,
  "jti": "7215845b-2e76-40f7-ac55-911d414d4e4a",
  "em": "ott",
  "ctrls": null
}

I submitted feedback through the application, but I don't know if that will help.

it is a known issue, that is fixed in the Beta channel release

official release should hit production sometime later today

Okay great. My Play Store was fighting me. I just ran the update and registered!

2 Likes

thanks for bearing with us (mostly me) and great reporting