If you can read me, it means that you misconfigured Lychee. #2424
-
|
I started receiving below notification on one of my galleries recently: "If you can read me, it means that you misconfigured Lychee. your APP_URL is properly set to the correct url. I tried to check/change settings mentioned in this message but nothing changed. Googling the problem didn't help as it searching a lot of other galleries with the same problem :) Lychee Version: 5.1.2 (release) |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 9 replies
-
|
Same problem here |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately i didn't found a solution and it is now happening on all of my Lyche instances. Is there anything we can do about it? |
Beta Was this translation helpful? Give feedback.
-
|
Same problem after updating version 4.11.0 at 5.3.0 |
Beta Was this translation helpful? Give feedback.
-
|
I'm going to move this to the Lychee repo, as it doesn't look Docker-specific. We will need more information to debug though. Particular examples:
|
Beta Was this translation helpful? Give feedback.
-
|
I'm hosting lychee as subdomain and also as a direct domain. Don't know what changed recently but all my galleries are working again correctly. |
Beta Was this translation helpful? Give feedback.
-
|
I can access the site only by being on the local network by using an address 192.168.x.x: 8080, I have never encountered a problem with the old updates until the 4.11.0, |
Beta Was this translation helpful? Give feedback.
-
|
Also same for me. Lychee is working fine in my local network using private IPs, but through nginx Proxy Manager I got the same error message as shown in the initial post. diagnose shows follows: Diagnostics |
Beta Was this translation helpful? Give feedback.
-
|
Any solution for this? Why is it closed? |
Beta Was this translation helpful? Give feedback.


nvm - managed to get it working. Followed this comment:
First it didn't work for me, but a day later and a restart I could access Lychee :)
For questions in the future here my setup
I have a Lychee instance with Docker on a local server in my homelab, public access through a Wireguard tunnel and NGINX Proxy Manager as Reverse Proxy. I don't have to deal with Apache, the settings in the advanced settings of NGINX Proxy Manager:
proxy_read_timeout 300;
proxy_pass_header X-Transmission-Session-Id;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
did the trick for me.