Data won't show up under Thing activities in AWS

I’m currently using the ChirpStack to send data over MQTT to AWS. I’ve managed to get data to show up when I go to the MQTT Test Client when I type in the correct topic prefix but I’ struggling with getting the data to connect to my “Thing”. This is a picture of my Test Client Log:


As you can see I am getting data to show up here. but when you go to the activity under the thing is shows nothing:

I’ve tried messing around with the policies connected to my thing but I haven’t found a fix yet. This is the policy I’m using:

The code that I’m using to send the data runs on boot when I start my docker instance. I first ran crontab -e and pasted code into the file:
Capture