#"You are offline"?
9 messages · Page 1 of 1 (latest)
Unfortunately this isn't related to Overseerr. It means that your Overseerr install isn't proxied correctly and isn't available outside of your local network. The "You are offline" page is cached in your browser
I have the same problem, but it used to work before, I'm using Caddy2 to forward Overseerr.
overseerr.domain.tld { tls e@mail.com reverse_proxy 192.168.x.x:5055 header Content-Security-Policy img-src * log { output file overseerr.log } }
Sometimes it works, and then it doesn't all of the sudden. I think it should be fixable, and it's not a caching problem.
Okay adding this header might have fixed it header Cache-Control "no-cache, no-store, must-revalidate"
It works for now, but we'll see if it keeps running!
It's offline again!
😦
I see in the caddy logs no entry from it so I guess it's a problem from the caddy webserver
I fixed it, it was the Windows firewall blocking the connection between my PC (which runs Caddy and Plex) and the docker where Overseerr runs on. I added Caddy2 to the firewall inbound and outbound rules.