Join challenges

Im trying to get my Raspberry pi zero, with the PIS-1128 (https://uk.pi-supply.com/products/iot-lora-node-phat-for-raspberry-pi) to connect to my PIS-1126 gateway (https://uk.pi-supply.com/products/iot-lora-gateway-hat-for-raspberry-pi)

I have installed the full gateway os image, and setup the gateway, profiles, application and device.

Im trying to figure out, what to do to get GitHub - AmedeeBulle/pyrak811: RAK811 Python 3 library for Raspberry Pi to work. I am able to get a JoinRequest into the gateway, and see the lorawan frame.

The following contains keys and eui’s but the server is not on the internet, and the values will be changed, once i get it working.

Can anyone spot what i configured incorrectly ?

The device is setup as
root@raspberrypizero2:/home/pi# rak811v3 get-config lora:status
Work Mode: LoRaWAN
Region: EU868
MulticastEnable: false
DutycycleEnable: false
Send_repeat_cnt: 0
Join_mode: OTAA
DevEui: 60C5A8FFFE79858F
AppEui: 70B3D51111111111
AppKey: 468BEB780DED4881891187F1A8BBEF76
Class: A
Joined Network:false
IsConfirm: unconfirm
AdrEnable: true
EnableRepeaterSupport: false
RX2_CHANNEL_FREQUENCY: 869525000, RX2_CHANNEL_DR:0
RX_WINDOW_DURATION: 3000ms
RECEIVE_DELAY_1: 1000ms
RECEIVE_DELAY_2: 2000ms
JOIN_ACCEPT_DELAY_1: 5000ms
JOIN_ACCEPT_DELAY_2: 6000ms
Current Datarate: 5
Primeval Datarate: 5
ChannelsTxPower: 0
UpLinkCounter: 0
DownLinkCounter: 0

That doesn’t look the same key as in your screenshot…