I have a Meteor app that renders a PDF server-side using html-pdf
. The app is deployed with mup
. Locally, everything works fine. Upon deployment, I see this error in the server logs:
events.js:72
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at errnoException (net.js:905:11)
at Object.afterWrite (net.js:721:19)
error: Forever detected script exited with code: 8
error: Script restart attempt #1
Versions of stuff:
- Ubuntu 14.04.2 LTS
- Meteor 1.0.4.2
- Node.js 0.10.37
- mup 0.9.7