After printing several pages, I didn’t get a screen or a tab to show multiple documents in one pdf and the nice thing is that the rq jobs list indicates a completed status.
Is there anyway I can download the PDF file which was created by me.
I’m using these version on my server:
frappe 15.26.0 version-15
erpnext 15.21.2
hrms 15.14.2 version-15
wkhtmltopdf 0.12.6.1 (with patched qt)
The issue has been resolved, as setting up node path.
Steps which I followed during troubleshooting:
which node
home/{USER}/.nvm/versions/node/v18.20.2/bin/node
cd /usr/bin/
mv node /home/ – any directory you wanna move
ln -s home/{USER}/.nvm/versions/node/v18.20.2/bin/node /usr/bin/node