Issues on pdfCreatePagesGroup and pdfAddPageItem if run on Docker
-
The problem is the following: if the jsreport project is on Docker, the pdfCreatePagesGroup and pdfAddPageItem doesn't works correctly. When the header try to use groups, those are null or empty. pdf.groups are created, but doesn't have any data. Note that if this repository is lunched on local (using npm install and node server.js) everything works fine.
I've recreated the issue so that it's easier for you to test, hoping to do something useful. The link to the repository is: https://github.com/dfiorentin/pdfCreatePagesGroup-issue-on-Docker
Thank you for the support.
-
thanks for the repository, i will check..
-
i think i solved it, can you please update
jsreport-pdf-utils
to 1.3.1 and try again? i test it with your image and it works
-
It works perfectly, thank you.