Hello,
I have couple applications to test our devices. Till saturday (2023-01-14) I can’t access one of applications. Error message is attached below. I haven’t changed anything in permissions or application configuration. What could be wrong? After problem ocurred I’ve tryed to change permissions (remove all permissions and set all permissions again) for one user but that still didn’t help. Unfortunately, most of my devices are in field tests so I can’t reach them right now.
What could be wrong?
{
"code": 7,
"message": "error:pkg/auth/rights:insufficient_application_rights (insufficient rights for application `phumetering@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_INFO"
],
"uid": "phumetering@ttn"
},
"correlation_id": "9e02e9ecab7f4b26ab89a2180076df12",
"code": 7
}
]
}