You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to login to overseerr with Plex signin there are many 401 unauthorized entries in the nginx unauthorized.log. This causes fail2ban to block the IP, thus users are not able to login.
There is a similar issue that got closed, but I didn't see any fix/commit linked to it: #3535
api/v1/auth/me checks whether you are logged in or not by checking cookies. If you have two tabs open and log in with tab one, tab two will automatically log in, too.
The suggested failregex for fail2ban is located at: https://docs.overseerr.dev/extending-overseerr/fail2ban but I see you are probably proxying through nginx. Is adding access_log off; in the nginx servers' proxy config for Overseerr and use Overseerr's log with fail2ban instead an option?
Description
When trying to login to overseerr with Plex signin there are many 401 unauthorized entries in the nginx unauthorized.log. This causes fail2ban to block the IP, thus users are not able to login.
There is a similar issue that got closed, but I didn't see any fix/commit linked to it:
#3535
Version
1.33.2
Steps to Reproduce
Screenshots
No response
Logs
Platform
smartphone
Device
Pixel 7
Operating System
Android 15
Browser
Firefox 134.0.2, Chrome 132.0.6834.163
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: