actualy other two transaction are signed at the backend using python and sent to the frontend to submit the transaction. the issue here is the frontend is not able to fetch the blob from this signed object like with the other two sign transaction object.
In python, we dont receive any BLOB object after signing the transaction, we only get the transaction object. Only at JS we receive the BLOB object after signing the transaction.
(remark that Python msgpack_encode already output base64, but in the JS part, you need to base64 decode what you get before adding it to the signed array)