Ventum
1
Hello,
After updating invoiceninja, I can no longer download / view / print invoices.
When I want to download an invoice, a new page is created and this happens:
URL: https://domain.de/domain.de/client/invoice/xqD5Xf264IFdloSHuBofaUxqji56wvnH/download?t=1670676551506
https://imgur.com/23v51uv
DevTool Chrome info on this page:
https://imgur.com/XJEpEim
In addition, with a simple reload of the main page, this comes here in DevTools in Chrome:
https://imgur.com/u5KqaQ2
Everything worked line before the update and I’ve been using it for about 7 months.
technical data:
Docker Compose
invoiceninja version: v5.5.48 (latest)
behind a nginx proxy (127.0.0.1)
I hope you can help me 
hillel
2
Hi,
Is the APP_URL value correct in the .env file?
Ventum
3
Yes APP_URL is correct and it worked before.
hillel
4
@david do you have any thoughts?
Ventum
5
Can you confirm you have
TRUSTED_PROXIES=*
in the env file?
@david I think you accidentally edited my original post 
But to answer the question, yes I have the following in the env: TRUSTED_PROXIES=*
Also i tried this: TRUSTED_PROXIES=‘127.0.0.1/32’
david
6
I’m not sure on this.
Something is attempting to push content over port 10005 via HTTP, this is usually some kind of proxy layer.