-
-
Notifications
You must be signed in to change notification settings - Fork 704
Description
Description
When using the Seerr web app (PWA) on two different iPhones with the same user account, enabling notifications on the second device breaks notifications on the first. The app seems to identify both devices as the same entity, preventing concurrent Push Notifications. If I re-enable it on Device A, Device B stops receiving them.
It seems the subscription/token registration is overwriting the previous one in the database instead of creating a unique entry for each physical device of the same model.
Version
3.1.0
Steps to Reproduce
-
Open the Seerr web app on iPhone A and enable Push Notifications. (Confirmed working).
-
Open the Seerr web app on iPhone B (using the same account). Observe that instead of the button labeled “Enable web push,” it displays as “Disable web push,” even though I never enabled notifications on that device. Additionally, you can see the option to “Delete subscription” for iPhone A.
-
Press “Disable web push” and then press “Enable web push” on iPhone B.
-
iPhone B now receives notifications, but iPhone A stops receiving them entirely.
-
Adding a different device type (e.g., an iPad) works simultaneously, suggesting the issue is related to how similar device identifiers are handled for Web Push.
Screenshots
Device A - Working as intended:
Device B - Can't enable notifications without deleting Device A:
Logs
Debug logs are enabled, but no specific errors or relevant entries were generated during the push token registration process.Platform
smartphone
Database
SQLite (default)
Device
iPhone 15 Pro
Operating System
iOS 26.3.1
Browser
Safari (PWA mode)
Additional Context
I recently migrated from Overseerr, but I’ve never encountered this issue when using Overseerr’s web push notifications on the same devices.
Also, I use a Plex account for logging in.
Search Existing Issues
- Yes, I have searched existing issues.
Code of Conduct
- I agree to follow Seerr's Code of Conduct

