I have a problem with emailing reports (e.g. invoices) automatically. However if I go to Email Queue and then manually press Send Now, the email is sent.
The error log complains:-
frappe.exceptions.ValidationError: PDF generation failed because of broken image links
The only image in the pdf is the company header, and I have been trying to replace it, change it to HTML header etc. but does not fix the issue.
I can generate PDFs from e.g. Sales Invoice page and I can also send the email manually as described above.
This problem arose since I upgraded from ERPNext V13 to V14. The way I upgraded was
Installed new clean install of ERPNext V14
Restored V13 database. The system threw couple of errors but seems to have resolved the issues.
Actually created new header file, and still no luck. I am not actually sure if the issue is image embedding as the error message does not mention any image file name. Maybe it is something to do with Frappe framework embedding images through a tmp file.