kyoemby 1 Posted July 20 Posted July 20 My other Emby clients are allowing me to log in but my Roku app is not allowing me to log in, I am manually connecting to server and not using Emby Connect and it allows me to connect to server but when I put in the correct credentials it says invalid login. embyserver.txt
kyoemby 1 Posted July 20 Author Posted July 20 Yes I am, forgot to mention that. Does Roku have a problem with reverse proxies?
Luke 42917 Posted July 20 Posted July 20 No it doesn't. I would first start by comparing your reverse proxy settings to this: If that doesn't help, then I would read this topic because your issue is the same: And your solution can be found by reading my two posts starting here:
kyoemby 1 Posted July 21 Author Posted July 21 I added this to the Custom NGINX Configuration for my Emby proxy in NGINX Proxy Manager: limit_req zone=general burst=20 nodelay; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; proxy_set_header X-Real-IP $http_cf_connecting_ip; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; client_max_body_size 1000M; I am running my DNS through Cloudflare so that's what the cf part is for in there and I also did the full https:// part for the host because I haven't had to do that on my other non Roku tv's but that might've helped as well. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now