mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Seperate multi-instance local storage entries for Radarr instances running under the same host #9211
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#9211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eliasbenb on GitHub (Jun 28, 2025).
Is there an existing issue for this?
Current Behavior
This is a bug that was fixed in Sonarr last year. Original issue: https://github.com/Sonarr/Sonarr/issues/7368.
Please read the original issue for a more detailed explanation, but the TLDR version is that Radarr is storing the default/memoized data in localstorage under a
radarrkey, which causes conflicts if two Radarr instances are served with a reverse proxy under the same host but with different path prefixes.Expected Behavior
There should be a separation between of localstorage keys for Radarr instances under different path prefixes.
Steps To Reproduce
/$a/$b/$aand$/b)radarrlocalstorage key (e.g. adding a new movie through the UI)radarrlocalstorage key is overwritten for both instancesEnvironment
What branch are you running?
Develop
Trace Logs? Not Optional
N/A, this is a frontend bug
Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
trace- that are relevant and show this issue.@bakerboy448 commented on GitHub (Jun 28, 2025):
covered by Bot Pull Issue https://github.com/Radarr/Radarr/issues/10671