summaryrefslogtreecommitdiffstats
path: root/doc/70-Troubleshooting.md
blob: 0cb7fa391079011a09557ff1141b709f63f2df3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Troubleshooting <a id="troubleshooting"></a>

## PDF Export <a id="troubleshooting-pdf-export"></a>

If the PDF export fails, ensure that Chrome headless works fine.
You can test that on the CLI like this:

```
google-chrome --version
```

If you have a local installation, you could also try to force temporary local
storage. (Available in the module's configuration) This will store the content
to print on disk, instead of transferring it directly to the browser. Note that
for this to work, the browser needs to be able to access the temporary files of
the webserver's process user.