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
hillel
August 14, 2024, 9:59am
2
Hi,
Is the image URL in the email correct/reachable?
Hello,
It is not. I just get 404 | Nothing to see here!
hillel
August 14, 2024, 10:02am
4
Can you share the URL without the domain?
hillel
August 14, 2024, 10:03am
5
hillel
August 14, 2024, 10:09am
7
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?
hillel
August 14, 2024, 10:13am
9
Are you using the standard docker file? This should work out of the box.
kendall
August 14, 2024, 10:18am
10
Hello, Thank you for your reply’s. I can confirm I followed the instructions at GitHub - invoiceninja/dockerfiles: Docker files for Invoice Ninja
hillel
August 14, 2024, 10:19am
11
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