2023-08-24, 09:14 PM
If you want to PM me the hostname and pin, I'll check it from here.
2023-08-24, 09:14 PM
If you want to PM me the hostname and pin, I'll check it from here.
2023-08-24, 09:36 PM
2023-08-24, 10:03 PM
Have you ever tried logging into the web app via this proxy? Looks like it has the same issue. I couldn't grab the logs due to this issue.
Basically every request is being rejected due to bad session.
2023-08-24, 10:10 PM
(2023-08-24, 10:03 PM)sub Wrote: Have you ever tried logging into the web app via this proxy? Looks like it has the same issue. I couldn't grab the logs due to this issue. yes I get the exact same behaviour. I am using the docker image with built in com skip etc, could the issue be with the container?
2023-08-24, 10:25 PM
No, I think it's just to do with the way your reverse proxy is passing the requests to the NextPVR server. NextPVR thinks some other ip address is trying to hijack your session, so is disallowing it).
Unfortunately I can't see it very clearly in the logs you provided. Maybe try restarting the container (to force new log files), then try remotely connecting using the web app (ideally from a incognito/private browser session), then collect the logs and post them.
2023-08-24, 10:35 PM
(2023-08-24, 10:25 PM)sub Wrote: No, I think it's just to do with the way your reverse proxy is passing the requests to the NextPVR server. NextPVR thinks some other ip address is trying to hijack your session, so is disallowing it). okay will do. its late here in the UK so will re-visit tomorrow
2023-08-25, 01:48 AM
Is your website behind a VPN? The confusing thing is that all your requests seem to be coming from different ip addresses, and NextPVR thinks someone is trying to hijack your session.
2023-08-25, 12:31 PM
(2023-08-25, 01:48 AM)sub Wrote: Is your website behind a VPN? The confusing thing is that all your requests seem to be coming from different ip addresses, and NextPVR thinks someone is trying to hijack your session. No its not, its all done via cloudflare and nginx proxy manager... so strange! I run a number of other docker containers through this method and it works fine, no idea whats going on
2023-08-25, 12:43 PM
(This post was last modified: 2023-08-25, 12:46 PM by mvallevand.)
I figured it was a Cloudflare issue. I think you need to research nginx and Cloudflare, but one simple suggestion that might work would be to add this to nginx.conf so NextPVR doesn't see the proxy IP.
real_ip_header CF-Connecting-IP; Martin (2023-08-25, 12:43 PM)mvallevand Wrote: I figured it was a Cloudflare issue. I think you need to research nginx and Cloudflare, but one simple suggestion that might work would be to add this to nginx.conf so NextPVR doesn't see the proxy IP. That's done it! thank you very much Martin. I am really at the limit of my knowledge with these things and you, together with Sub have navigated me through. thanks again! Next adventure is com skip! |
|