-
-
Notifications
You must be signed in to change notification settings - Fork 412
Description
Describe the bug
I am having an issue with the Plex login (kind of the same as #3256 but Plex does not seem to be the problem). When I click on the Login with Plex option, the popup is showing the same Ombi login screen (https://ombi.remetelak.com/login/true), not the Plex authentication page. Clicking on the button again opens another popup window and so on. The only error message I could spot was shown on the console of the main window at the moment of clicking the button (the same happens in the popups if clicking the button):
ERROR TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': String contains non ISO-8859-1 code point.
at main-es2015.e7356ac3ac8b71f9eb18.js:1
at main-es2015.e7356ac3ac8b71f9eb18.js:1
at Array.forEach (<anonymous>)
at d.forEach (main-es2015.e7356ac3ac8b71f9eb18.js:1)
at t._subscribe (main-es2015.e7356ac3ac8b71f9eb18.js:1)
at t._trySubscribe (main-es2015.e7356ac3ac8b71f9eb18.js:1)
at main-es2015.e7356ac3ac8b71f9eb18.js:1
at s (main-es2015.e7356ac3ac8b71f9eb18.js:1)
at t.subscribe (main-es2015.e7356ac3ac8b71f9eb18.js:1)
at main-es2015.e7356ac3ac8b71f9eb18.js:1
To Reproduce
Steps to reproduce the behavior:
- Open login screen
- Click on
Login with Plex - Popup shows same login screen
Expected behavior
Popup should be redirected to Plex authentication page.
Screenshots
-- no additional info in screenshots --
Logs (Logs directory where Ombi is located)
Not applicable
Desktop (please complete the following information):
- OS: MacOS, Android, Win10
- Browser: Chrome, Firefox
Ombi Version (please complete the following information):
- Version: 4.6.4 develop
- Media Server: Plex
- Database Type: SQLite
Additional context
Docker setup (linuxserver/ombi:development), traefik reverse proxy.