Downlink use only FPort:0 and no payload on packet

I’m using simple way to create downlink message from Server to node. Node is working class A.

  • by UI use base64 some payload and some ports( not zero). Enqueue payload and after uplink can see downlink, but FPort each just 0 : “FPort:0”

My node received message, recognized it correctly - But no any my payload presented?.
I’ve used different payload (few symbols, many symbols) - but sent package each time the same long (differently encoded) and in node receiving fully correct. And resutls the same - Header, MIC all recognied – but no payload. Can somebody help me – I really stack…

I’ve used API for different way to enqueue downlink corresponding examples:
{“devEUI”: “2022000002000021”,
“confirmed”: false,
“data”: “d6VaiAD/mSE=”,
“fPort”: 4
}
It’s enqueued correctly but after uplink message corresponding downlink still using FPort:0 and not placed any payload.

And node receiving message, MIC and other part all - but no any data
I really need HELP, Please, somebody can say where I should see – I’ve check configuration files and not anything…
Absolutely strange situation…
Any idea, PLEASE