Hi @kwassef, I see. In your early post your Invoice Ninja looked like beeing served over https:
10.10.1.153 - - [13/Apr/2021:10:29:45 -0400] “GET /client/invoice/sGJ5ckZMN1j45KetY7nK8vggNPr2MpLhctqNEBYyfCS885pwXSVodQGktLHk9M9C/download_pdf HTTP/2.0” 500 1558 “https://invoicet.kt.loc/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64)
But the logo seems to be pulled over http not https which might cause the exclusion due to strict cert-error-handling in lastest chromium.
[2021-04-18 20:51:04] production.INFO: the path http://invoicet.kt.loc/storage/2aFJosTJjiRb54D6aLQIsLKFes0NQ2bDVJ5hfLvKacLPe3uOW7HfRaanfVbIuaAi/ZAtmJ0e3WVFwLrxZlfX0tQ70JFgE2SCbWNGhCkwM.png
Did you follow this guide which includes a self-certified installation?
https://forum2.invoiceninja.com/t/install-invoice-ninja-v5-on-ubuntu-20-04/4588
I have managed to setup a local non public facing test installation on ubuntu 20.04.2 lts server on rpi with no missing Logos. Snappdf has updated this issue. It should to list
–ignore-certificate-errors
somewhere in the source it you look up i.e. here
nano /srv/invoiceninja/vendor/beganovich/snappdf/src/Snappdf.php
But maybee its better to refresh nginx too, because in first attempts I forgot to do this an all changes to http/https where not affected:
sudo service nginx reload
sudo service nginx restart