Hi,
I have a weird issue occuring when trying to connect to my MQTT server.
If i run the code on a NRF9160 DK i can connect perfectly fine to my MQTT server calling
mqtt_connect(&client).
However if i use the same SIM card and code on a Thingy91 i get error -111 returned.
The LTE connection is working fine as i can do an HTTP request to google.com on both boards.. i just cant connect to MQTT server on the Thingy91 using the same code as running on the NRF9160DK.
Are there any other configuration settings needed on the THingy 91 compared to the NRF9160DK? i checked the output of the autoconf files of each build output and they look reasonably similar.
Any help would be appreciated.