Hello,
I am running TTS v3.18.1 on my server. I am using Node-Red to connect with MQTT to get the sensor data. I created API key for MQTT integration using TTS console. My Node-Red MQTT node shoes connected
status and I am able to receive the data. However, on the TTS console live data stream it keeps showing Fail to connect to MQTT
API key not found
.
{
"name": "as.mqtt.connect.fail",
"time": "2022-04-05T06:18:27.854411667Z",
"identifiers": [
{
"application_ids": {
"application_id": "temp-hum"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
"namespace": "pkg/identityserver",
"name": "api_key_not_found",
"message_format": "API key not found",
"correlation_id": "c94fb3a169aa40fab16b58017a106467",
"cause": {
"namespace": "pkg/identityserver/gormstore",
"name": "api_key_not_found",
"message_format": "API key not found",
"correlation_id": "512159a7e9ce48ce93817cd1cd7ef3f9",
"code": 5
},
"code": 16
},
"origin": "d4c151774a7e",
"visibility": {
"rights": [
"RIGHT_APPLICATION_TRAFFIC_READ"
]
},
"unique_id": "01FZW5ZRMAQ3SVM478V3MQB9EW"
}
Please refer the attached screenshots.
Why the console is logging an error here?