Export to PDF not working in Linux environment

When use Export to PDF function, it return an error page and the function seems not working in linux environment.

This happens in one of our client (ant group) where they have used latest Linux version of UX

Hi @jxu
I might be wrong on this but I believe that currently a windows specific nodejs component is being used for the export to PDF and the feature isn’t supported on Linux.

Seems like this is solution
https://forum.cubewise.com/t/printing-to-pdf-from-apliqo-ux/3949/2?u=ishapiro

To fix this we changed the following settings in the settings.json file for the UX app

  "printerAllowedBasePaths": ["https://ux.timesheets.cubewise.com/","http://ux.timesheets.cubewise.com/"],
  "printerGetDomainFromRequestUrl": true,