Vladimir Resetnikov

Results 3 comments of Vladimir Resetnikov

After reading carefully the docs on Aggregate I think I have come to understand that aggregate returns a plain JS object and therefore no Document related methods can be called...

I think the error is related to the data url image. However, I am experiencing exactly the same issue even if using the data urls supplied in the offical doc...

Update: Using the images dictionary like so: `{image: "logo", width: 60, alignment: "left"}` instead of the data url prevents the exception. No idea why? Is this intended?