Closed
Description
LOGS:
Error: write EPIPE
at exports._errnoException (util.js:1018:11)
at WriteWrap.afterWrite (net.js:800:14)
I am building a script that dynamically generates an email and also includes a highchart. This script will run as a lambda function for a massive amount of emails, although it seems to fail when I run the node-export-server "export" function. Any idea why this happens? And if so, how can I fix this?