A few days back I was able to create new applications in V3 using an API. Now, using the same API key, I only get the following error (403):
{
"code":7,
"message":"error:pkg/auth/rights:no_application_rights (no rights for application `my-app@ttn`)",
"details":[
{
"@type":"type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
"namespace":"pkg/auth/rights",
"name":"no_application_rights",
"message_format":"no rights for application `{uid}`",
"attributes":{
"uid":"my-app@ttn"
},
"correlation_id":"0395cdf8ba9b434bad04adc72e7b5255",
"code":7
}
]
}
What has changed?