Could not find local Chrome executable while using Document Generation module

0
Hello Team    I am facing the issue of 'Could not find the local Chrome executable' while generating a Page PDF using the DocumentGeneration Module.   com.mendix.webui.WebUIException: Exception while executing runtime operation    at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:72) Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.RuntimeException: Could not find Chrome or Chromium executable for local document generation    at ImportCSV.ACT_DocumentGeneation_GeneratePDF (JavaAction : 'Generate PDF from page') Advanced stacktrace:    at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.RuntimeException: Could not find Chrome or Chromium executable for local document generation    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108)  
asked
1 answers
0

Do you face the problem locally or when the app is published? Did you follow the steps from the documentation?

 

For locally:

You need  to have Chromium or Chrome installed. Follow step 3.1 from the documentation.

 

For the cloud:

Make sure to follow the 2 steps at step 3.2 from the documentation. 

answered