Hi,
I’ve installed and latest TTN. After I added the gateway, I found there are many drop uplink messages error in the gateway’s data tab.
drop unlink mesage (entity not found)
…
{
“@type”: “type.googleapis.com/ttn.lorawan.v3.ErrorDetails”,
“namespace”: “pkg/gatewayserver”,
“name”: “host_handle”,
“message_format”: “host {host}
failed to handle message”,
“attributes”: {
“host”: “cluster”
},
“cause”: {
“namespace”: “pkg/redis”,
“name”: “not_found”,
“message_format”: “entity not found”,
“correlation_id”: “ad6c57c5be584fe7a3db8c6b74468919”,
“code”: 5
},
“code”: 5
}
…
Also, error keep appear in the server log
stack_1 | INFO Finished unary call duration=371.31µs error=error:pkg/redis:not_found (entity not found) error_correlation_id=fc227afd7c584a7aabfdf6b664625883 error_name=not_found error_namespace=pkg/redis grpc_code=NotFound grpc_method=HandleUplink grpc_service=ttn.lorawan.v3.GsNs namespace=grpc request_id=01E7W2BDH8JT0RN3W9HGNJQ6QP
I wonder how can I solve this ? thanks.