PDF report failing

Hi all.

I’m attempting to download a report as a PDF.
After requesting a PDF report from the web interface, I was faced with this after a minute or so of “loading”:

I have fulfilled (possibly even exceeded) the requirements as per gvm’s install.md:

$ dpkg -l | grep texlive
ii  texlive                           2018.20190227-2                   all          TeX Live: A decent selection of the TeX Live packages
ii  texlive-base                      2018.20190227-2                   all          TeX Live: Essential programs and files
ii  texlive-binaries                  2018.20181218.49446-1             amd64        Binaries for TeX Live
ii  texlive-fonts-extra               2018.20190227-2                   all          TeX Live: Additional fonts
ii  texlive-fonts-extra-links         2018.20190227-2                   all          TeX Live:
ii  texlive-fonts-recommended         2018.20190227-2                   all          TeX Live: Recommended fonts
ii  texlive-latex-base                2018.20190227-2                   all          TeX Live: LaTeX fundamental packages
ii  texlive-latex-extra               2018.20190227-2                   all          TeX Live: LaTeX additional packages
ii  texlive-latex-recommended         2018.20190227-2                   all          TeX Live: LaTeX recommended packages
ii  texlive-pictures                  2018.20190227-2                   all          TeX Live: Graphics, pictures, diagrams

When I try to download the PDF, I see the following in the logs:
gvmd.log

md   main:WARNING:2021-02-02 19h41.27 UTC:4490: write_to_client_unix: failed to write to client: Broken pipe
md   main:WARNING:2021-02-02 19h41.55 UTC:4528: write_to_client_unix: failed to write to client: Broken pipe

gsad.log

gsad main:WARNING:2021-02-02 19h41.24 UTC:569: MHD: Failed to send data in request for `/gmp'.
gsad main:WARNING:2021-02-02 19h41.54 UTC:569: MHD: Failed to send data in request for `/gmp'.

And nothing in ospd-scanner.log nor openvas.log.

I suspected it could be a misconfigured socket, but I don’t believe it is given:
ospd-openvas is started with the flag --unix-socket=/opt/gvm/var/run/ospd.sock

$ gvmd --get-scanners
6acd0832-df90-11e4-b9d5-28d24461215b  CVE    0  CVE
08b69003-5fc2-4037-a479-93b440211c73  OpenVAS  /opt/gvm/var/run/ospd.sock  0  OpenVAS Default

Any tips on how to move forward with this would be much appreciated!

_

GVM versions

gsad: Greenbone Security Assistant 20.08.0~git-18ce9861e-gsa-20.08
gvmd: Greenbone Vulnerability Manager 20.08.0~git-53601443-gvmd-20.08
openvas-scanner: OpenVAS 20.8.0
gvm-libs: 20.8.0

Environment

Operating system: Debian 10
Kernel: Linux 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux
Installation method / source: Built from GitHub source.

Anyone got any ideas on this one? I’m pretty lost at this point!