Chrome PDF Generator issues (Print_designer)

NO. using ubuntu server with local bench installation

Found the cause. failed due to dependency issues. now resolved after installing all the dependencies. Thank you for your support @asieftejani

1 Like

@sivarocky Can you post the dependencies for others to benefit from what you’ve learned?

I have used this command to know which dependencies I have to install.

ldd ~/frappe/chromium/chrome-linux/headless_shell | grep “not found”

And it showed all the dependencies I need to install. I have installed all the necessary dependencies and restarted Frappe, and it worked.