summaryrefslogtreecommitdiffstats
path: root/doc/70-Troubleshooting.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:45:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:45:49 +0000
commit0ff39c83d38ce538a9f5dba53eca0fa9cb16d9e6 (patch)
tree84c735df2e97350a721273e9dd425729d43cc8a2 /doc/70-Troubleshooting.md
parentInitial commit. (diff)
downloadicingaweb2-module-pdfexport-0ff39c83d38ce538a9f5dba53eca0fa9cb16d9e6.tar.xz
icingaweb2-module-pdfexport-0ff39c83d38ce538a9f5dba53eca0fa9cb16d9e6.zip
Adding upstream version 0.10.2+dfsg1.upstream/0.10.2+dfsg1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--doc/70-Troubleshooting.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/70-Troubleshooting.md b/doc/70-Troubleshooting.md
new file mode 100644
index 0000000..0cb7fa3
--- /dev/null
+++ b/doc/70-Troubleshooting.md
@@ -0,0 +1,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.