Having issues with emails and attaching the document with V14 on docker based installation
3 entries in the error log:
printview failed
Traceback with variables (most recent call last):
File “apps/frappe/frappe/website/serve.py”, line 18, in get_response …
Email sending failed
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/email_queue/email_queue.py”, line 134, in send
message = ctx.build_message(recipient.recipient)
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/email_queue/email_queue.py”, line 293, in build_message
message = self.include_attachments(message)
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/email_queue/email_queue.py”, line 356, in include_attachments
print_format_file = frappe.attach_print(**attachment)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 2059, in attach_print
content = get_print(doctype, name, **kwargs) …
send_mail
Traceback with variables (most recent call last):
File “apps/frappe/frappe/utils/background_jobs.py”, line 147, in execute_job …
I seem to be running into the same issue. What did you have to do to get the assets directory to mount properly in the worker containers? It’s mounted in gunicorn but not the workers.