Based on the screenshot, it looks like you’re attempting to send data to the attributed named GNGGA instead of the attributed named GPS. I’d recommend double checking the MQTT client code to ensure the attribute name is correctly set.
We currently support GPS strings in $GPGLL and $GPGGA formats. We don’t support the $GNGGA format. You’ll have to convert your GPS data one of those formats.