Gateway incomming data not transmitted

I have lora tracked which transmit its data true the gateway
I have a gateway declared on the network. I can see the gateway activity on the console.
Everything looks normal and the gateway is wll connected.
However the live data are not arriving into the enddevice live data.
what happen ?

below, the live data seen on the console

Blockquote
{
“name”: “gs.up.receive”,
“time”: “2022-01-11T22:07:47.021399231Z”,
“identifiers”: [
{
“gateway_ids”: {
“gateway_id”: “dynamitronmobile2”
}
},
{
“gateway_ids”: {
“gateway_id”: “dynamitronmobile2”,
“eui”: “083AF2FFFF667F50”
}
}
],
“data”: {
@type”: “type.googleapis.com/ttn.lorawan.v3.UplinkMessage”,
“raw_payload”: “QP4RASaA8QEB9048Mcp1KWC7EFKG”,
“payload”: {
“m_hdr”: {
“m_type”: “UNCONFIRMED_UP”
},
“mic”: “uxBShg==”,
“mac_payload”: {
“f_hdr”: {
“dev_addr”: “260111FE”,
“f_ctrl”: {
“adr”: true
},
“f_cnt”: 497
},
“f_port”: 1,
“frm_payload”: “9048Mcp1KWA=”
}
},
“settings”: {
“data_rate”: {
“lora”: {
“bandwidth”: 125000,
“spreading_factor”: 7
}
},
“coding_rate”: “4/5”,
“frequency”: “868099975”,
“timestamp”: 722694498
},
“rx_metadata”: [
{
“gateway_ids”: {
“gateway_id”: “dynamitronmobile2”,
“eui”: “083AF2FFFF667F50”
},
“timestamp”: 722694498,
“rssi”: -56,
“channel_rssi”: -56,
“snr”: 9,
“uplink_token”: “Ch8KHQoRZHluYW1pdHJvbm1vYmlsZTISCAg68v//Zn9QEOLizdgCGgsIs//3jgYQ5duRCiDQzcufhBU=”
}
],
“received_at”: “2022-01-11T22:07:47.021261797Z”,
“correlation_ids”: [
“gs:conn:01FS5JXAMDB5KVZSJ3M3M3R339”,
“gs:uplink:01FS5JXMTD92BE69BYRPKGEHT8”
]
},
“correlation_ids”: [
“gs:conn:01FS5JXAMDB5KVZSJ3M3M3R339”,
“gs:uplink:01FS5JXMTD92BE69BYRPKGEHT8”
],
“origin”: “ip-10-100-5-46.eu-west-1.compute.internal”,
“context”: {
“tenant-id”: “CgN0dG4=”
},
“visibility”: {
“rights”: [
“RIGHT_GATEWAY_TRAFFIC_READ”,
“RIGHT_GATEWAY_TRAFFIC_READ”
]
},
“unique_id”: “01FS5JXMTD3M521XMZ8XD95DJ9”
}

Blockquote

Please do not double post - it splits the efforts of the volunteers on the forum