Hey can anyone help with some errors im getting when publishing to AWS.
So im using an MKR WIFI 1010 and transfering to aws with staticjson<600>. I have included the arduinojson library. The error im getting on the AWS side is message cant be displayed in specified format. I have tried increasing the bytes all the way up to <3200> and it dosnt clear the error. But if i remove some ouputs from the program error clears out and it publishes fine. Im confused on if im using correct library and correct programming any help with this would be greatly appreciated.
side note i have been using this program for about a year now. Problem occurred when increasing outputs in my program to advance my device capabilities. There for increasing outputs signals this error. I have got it to publish 19 outputs but if i add an additional one to make it 20 is where I'm seeing the problem.
mqttClient.beginMessage(subject);
StaticJsonDocument<600> doc;