Rf95 and lmic_arduino

Hello, I have a rf95 radio, and I have it connected to an arduino uno, I have configured it using the lmic arduino library and after getting radio faliures i am getting

3677015: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
4120218: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
4563418: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
5006683: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
5449948: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
5893213: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
6336552: EV_TXCOMPLETE (includes waiting for RX windows)

But on the gateway and server I am getting nothing on the server indicating there is a transmission, Any help troubleshooting is wanted because I’m lost and this is my first hardware project,

Paste 3 server logs here and check little endian things in your LMIC code.

according to the lorawan specification maximum output power for EU868MHz is 14 dbm as defualt. how i can change it?