Closed certabitmh closed 6 years ago
Hi @certabitmh, Could you try subscribing to the shadow update topic in the IoT console and checking what document is being sent to cloud (also post that here)? That will help confirm if the correct document is being received by the cloud. Thanks! Varun
closing pending more info from OP.
Hello, I've integrated release 1.4.0 in my project, but I'm not able to update shadow documents. For debugging, I reduced the content of the doc to minimum:
AWS Console shows this error:
Shadow Update rejected { "code": 400, "message": "Missing required node: state", "clientToken": "empty" }
Console output of doc content using rapidjson writer shows this -> doc DOES include "state":Any ideas what I'm missing? Maybe there is an issue with encoding?