If no prebootstrapping data is configured to be used:
the request ID is missing in the sent request
a SHA256 hash is sent over an empty byte array
This causes the bootstrapping flow to fail, thus, it must be fixed to the proper behavior, i.e.:
the request ID is always sent in the request
the SHA256 hash is sent compliant with the Vorto model - it is included in the payload only if data chunks have been/are sent and the request contains the last one
If no prebootstrapping data is configured to be used:
This causes the bootstrapping flow to fail, thus, it must be fixed to the proper behavior, i.e.: