Logo Not Showing In App / E-Mails

Hi All,

I’ve seen and read alot of topics on this in the forums, sadly i cant get this working, i really want to buy the white label as the software is wonderful.

I am using the docker version. When i update my logo, it does not appears on the site or on e-mails.

My env:

IN application vars

APP_URL=https://subdomain.maindomain.co.uk/public:8003
APP_KEY=
APP_DEBUG=true
REQUIRE_HTTPS=false
PHANTOMJS_PDF_GENERATION=false
PDF_GENERATOR=snappdf
TRUSTED_PROXIES=*
LOCAL_DOWNLOAD=true

My install is behind a proxy, we use nginx proxy manager. I have added my host to the hosts file.

Any help to get this issue working would be apricated

Hi,

Is the image URL in the email correct/reachable?

Hello,

It is not. I just get 404 | Nothing to see here!

Can you share the URL without the domain?

Actually, your APP_URL looks wrong

https://subdomain.maindomain.co.uk/public:8003

vs

https://subdomain.maindomain.co.uk:8003/public

https://subdomain.domain.co.uk/public/storage/1c1TnqypXaXmNAGCWyRQq38i3Ao8nDh8/nXZqVxQ6QKduvxtxgF3qSgXN4hyagDMqmJXckGZU.png

If you specify a port in the APP_UR I’d expect to see it in the image URL?

Note: if you see /public in the URL it means you need to map the webroot to the public folder

https://subdomain.domain.co.uk:8003/public/storage/1c1TnqypXaXmNAGCWyRQq38i3Ao8nDh8/UmRiH3DzaVQvwdJm47aeXUC6zl3DwyunE0OhuYn8.png

“Note: if you see /public in the URL it means you need to map the webroot to the public folder”

How do i do that with the container setup please?

Are you using the standard docker file? This should work out of the box.

Hello, Thank you for your reply’s. I can confirm I followed the instructions at GitHub - invoiceninja/dockerfiles: Docker files for Invoice Ninja

Sorry, I’m not sure. It should just work…

Have you seen this YouTube video:

Hi Thanks for your help. Sadly i am still investigating the issue.

I don’t know what i did, but i got it working.

1 Like