[GH-ISSUE #57] Ombi having weird issue #53

Closed
opened 2026-02-26 05:33:55 +03:00 by kerem · 4 comments
Owner

Originally created by @KillerKongFu on GitHub (Jan 23, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/57

Ombi isn't working with this. I see the website but I can't login. If I try to log into Ombi with my plex account it just sends me to small login window again. Looks like this: https://snag.gy/3ldut5.jpg Any ideas?
My settings -
ombi
ombi2
ombi3

Originally created by @KillerKongFu on GitHub (Jan 23, 2019). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/57 Ombi isn't working with this. I see the website but I can't login. If I try to log into Ombi with my plex account it just sends me to small login window again. Looks like this: https://snag.gy/3ldut5.jpg Any ideas? My settings - ![ombi](https://user-images.githubusercontent.com/17061759/51631226-be5a3a00-1f11-11e9-8ade-1e0286b034b1.png) ![ombi2](https://user-images.githubusercontent.com/17061759/51631227-be5a3a00-1f11-11e9-958b-073241a93873.png) ![ombi3](https://user-images.githubusercontent.com/17061759/51631228-be5a3a00-1f11-11e9-8c1d-d3e66f6ae281.png)
kerem closed this issue 2026-02-26 05:33:55 +03:00
Author
Owner

@vrelk commented on GitHub (Jan 24, 2019):

Did you set the application URL in ombi?

looking at the configs listed at
https://github.com/tidusjar/Ombi/wiki/Reverse-Proxy-Examples
try adding the following in advanced as they are missing in the default settings for NPM.

proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Ssl on;
proxy_read_timeout 90;

<!-- gh-comment-id:457044610 --> @vrelk commented on GitHub (Jan 24, 2019): Did you set the application URL in ombi? looking at the configs listed at https://github.com/tidusjar/Ombi/wiki/Reverse-Proxy-Examples try adding the following in advanced as they are missing in the default settings for NPM. proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Ssl on; proxy_read_timeout 90;
Author
Owner

@KillerKongFu commented on GitHub (Jan 24, 2019):

Yep application URL is correct in ombi. :(

Tried that and it didn't work.

A person in the Unraid forum provided this fix.

"If you disable Websockets Support then Plex authentication should work. I haven't looked into exactly why though." It worked right away after that.

<!-- gh-comment-id:457082703 --> @KillerKongFu commented on GitHub (Jan 24, 2019): Yep application URL is correct in ombi. :( Tried that and it didn't work. A person in the Unraid forum provided this fix. "If you disable Websockets Support then Plex authentication should work. I haven't looked into exactly why though." It worked right away after that.
Author
Owner

@jc21 commented on GitHub (Jan 25, 2019):

Websockets support shouldn't be an issue here. I don't use ombi so I don't really know what's going on either. If using another nginx reverse proxy produces correct results, then there must be an issue with this project and we can find the point of difference.

<!-- gh-comment-id:457422185 --> @jc21 commented on GitHub (Jan 25, 2019): Websockets support shouldn't be an issue here. I don't use ombi so I don't really know what's going on either. If using another nginx reverse proxy produces correct results, then there must be an issue with this project and we can find the point of difference.
Author
Owner

@firrae commented on GitHub (Jan 27, 2019):

So by just turning off Websocket Support my forwarding works. No advanced options set, just the URL settings in Ombi itself.

<!-- gh-comment-id:457885823 --> @firrae commented on GitHub (Jan 27, 2019): So by just turning off Websocket Support my forwarding works. No advanced options set, just the URL settings in Ombi itself.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#53
No description provided.