Hello everyone,
I've recently installed an instance of Odoo version 17 Community on a Ubuntu server. However, I'm facing a recurring issue where my Odoo instance unexpectedly crashes, while the other applications on the server are running fine. I'm using the wkhtmltopdf library to generate PDFs, but I'm encountering timeout problems. The logs display the following message:
WARNING demo odoo.addons.base.models.ir_actions_report: wkhtmltopdf: b'Exit with code 1 due to network error: TimeoutError\n'
Has anyone encountered a similar issue or have any suggestions on how to resolve this timeout problem with wkhtmltopdf?
Thanks in advance for your assistance