What version of Overseerr are you running? - 3.1.0
・How did you install Overseerr? - Official Docker Image via Ubuntu Linux 22.04
・How are you accessing Overseerr? - Local
・What were you trying to do, and how did you attempt it? - Created a local user to test and season request slider is disabled for non-admin users.
Migrated from Overseerr to Seerr and followed the migration guide here: https://docs.seerr.dev/migration-guide
Node user has access to config directory and settings.json shows that PartialRequests are enabled. Same config folder from Overseerr used for Seerr. I as an admin can request both series and movies, including partial series. Any other user can not.
All other functionalities are in order.
I did see another thread indicating this is probably related to a broken DB but I am unsure of what I could have missed.
Any assistance would be greatly appreciated. Let me know if I can provide any more information
Command used:
docker run -d
--name seerr
--init
-e LOG_LEVEL=debug
-e TZ=America/New_York
-e PORT=5055
-p 5055:5055
-v /opt/overseerr:/app/config
--restart unless-stopped
--health-cmd "wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1"
--health-start-period 20s
--health-timeout 3s
--health-interval 15s
--health-retries 3
ghcr.io/seerr-team/seerr:latest
Read our release announcement to learn what Seerr means for Jellyseerr and Overseerr users.