-
-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plex login redirecting back to Ombi login page #4408
Comments
Hi! |
What happens when you do it locally and not through your reverse proxy? |
The same thing, the popup keeps redrecting to |
And what's In the console of the main browser and the tab ? |
The console of the main tab shows the error that I pasted above, the console of the popup tab is empty... |
what's your browsers language set to? |
… in a different language could not open the Plex OAuth window #4408
Hungarian, so that could be the issue. |
If the problem really is the charset then ISO-8859-1 will still have issues with some characters in Hungarian (ő, ű, etc.). As far as I know ISO-8859-2 (Latin-2) would work for these, but a unicode charset would be even better. |
Can you change your language to English for example. Does it then work for you? |
I tried to set the browser and ombi app language to english, same behavior... |
Whats your Ombi application Name set to (if you have a custom one?) in Customization Settings |
Okay, that was it. I had a Unicode bullet in my application name (•, |
I don't think that's in my control in that case. That's Plex rejecting the HTTP call due to it containing unicode. The only thing I can do is disallow any unicode characters in the Application Name in that case |
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):To Reproduce
Steps to reproduce the behavior:
Login with Plex
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):
Ombi Version (please complete the following information):
Additional context
Docker setup (linuxserver/ombi:development), traefik reverse proxy.
The text was updated successfully, but these errors were encountered: