Hi everyone,
I have this bug when I try to access an old app that I left. I was excptecting to be removed from it but the app is still available on my list of apps… When I click on it, I have this :
{
“code”: 7,
“message”: “error:pkg/auth/rights:insufficient_application_rights (insufficient rights for application cia-labo-conf@ttn
)”,
“details”: [
{
“@type”: “type.googleapis.com/ttn.lorawan.v3.ErrorDetails”,
“namespace”: “pkg/auth/rights”,
“name”: “insufficient_application_rights”,
“message_format”: “insufficient rights for application {uid}
”,
“attributes”: {
“missing”: [
“RIGHT_APPLICATION_DEVICES_READ”
],
“uid”: “cia-labo-conf@ttn”
},
“correlation_id”: “415c5c3c788c4344a1fb0d5ec1d908ff”,
“code”: 7
}
]
}