Base64 not pass complete from webcomponent handler

Hi,
I have converted list of file data into base64 and make an JSON array and pass to webcomponent to servoy form.
However, in JS at runtime it shows me all files convertion string into base64. Even JSON also has complete data.
But when get data into ng-servoy side control some of file base64 shows null.

Is there any limitation of Object size to pass in argument?

I don’t think there is a size limit.

So when you debug the array on the server side, the json is complete with data of all files and in the browser some entries in the are nullified?

Have a look under the hood at the websocket messages that are sent, are these complete?

Rob