opened 01:20PM - 22 Sep 22 UTC
closed 09:45PM - 27 Sep 22 UTC
bug
Please refer to the issue described in this thread: https://discuss.erpnext.com/…t/no-documents-created-with-email/93167/5
I'm experiencing the same issue where email gets stuck in queue. 3 errors are generated (send_mail, EMail sending failed, printview failed). In the 'printview failed' message, the following error is thrown:
File "apps/frappe/frappe/utils/jinja_globals.py", line 136, in bundled_asset
path = bundled_assets.get(path) or path
path = 'print.bundle.css'
rtl = None
get_assets_json = <function get_assets_json at 0x7f316beae830>
abs_url = <function abs_url at 0x7f31693f96c0>
bundled_assets = None
builtins.AttributeError: 'NoneType' object has no attribute 'get'
Per the thread above, this seems to be due to the fact that the assets directory is not mounted/populated in the worker container(s).