Hello, first post here.
I followed the Node.js SDK example and so far I got this:
certificate = Assets.GetBinary('keyStore.pfx')
imagePath = Assets.GetBinary('base_icon_transparent_background.png')
axios.Get(url, { re…...get(url, { responseType: 'arraybuffer'...createSignatures(request) However I keep getting error on the last line while...