#"You are offline"?

9 messages · Page 1 of 1 (latest)

wet kernel
#

Nothing has seemingly changed and all of the sudden I am getting an error that reads "You are offline"...I found a reddit post on the overseerr subreddit, and seemingly refreshing the cert on my reverse proxy would have solved it, but alas, it hasn't...

It's still accessible via the local <IP>:5055

Any thoughts?

cobalt jackal
#

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

restive oasis
#

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!

restive oasis
#

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

restive oasis
#

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.