agmoyano / node-jasper

JasperReports from Node.js
84 stars 52 forks source link

Using Custom Visualization Component not working (PhantomJS) #71

Open tiagowippel opened 2 years ago

tiagowippel commented 2 years ago

Hi,

I am struggling using Custom Visualization Components with node-jasper. When try to export some report (witch contains some CVC) it brings the error message: "net.sf.jasperreports.engine.JRRuntimeException: Chrome and/or PhantomJS not properly configured for server side rendering"

PhantomJS is already on the PATH and when exporting on the Studio, it works...

Did anyone already faces the same problem ?