mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:21:33 -06:00
[BUG] BASE_PATH inconsistencies #34
Loading…
x
Reference in New Issue
Block a user
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 @Chinoman10 on GitHub.
Before submitting a bug report, I have:
What is the behavior?
Changed the
BASE_PATHtocleanuparr, and all pages work except Radarr and Sonarr.Upon further looking at the network requests, it seems those pages are making requests to the root host instead of host+base_path for
/login?I did notice something odd though; if I use a "clean" domain that has nothing on the root (such as

cleanuparr.domain.tld), everything works normally, but if I have a website (such asHomarr) under the root domain, then that causes 404 errors with:Not connected to server:Check your network connection or try reloading the page.Opening Lidarr, Readarr, etc. all works fine though; it's just Radarr and Sonarr that are causing issues.
Which operating system do you use?
Windows with WSLv2 (Ubuntu)
What type of deployment do you use?
Docker (Desktop) container (Compose)
Relevant log output
Anything else?
No response
@Flaminel commented on GitHub:
I did not, as I don't even know what Homarr is, but it seems like that might be the source of your problem. As mentioned before, there's no login route for Cleanuparr, and I suspect something is not sent to Homarr which fails the subsequent request to the actual API. Care to join Discord to discuss?
Log level is available in general settings, but I doubt it's going to log every request made to the API, as that would fill up the logs pretty fast.
@Chinoman10 commented on GitHub:
Sorry!, haven't been able to dedicate some time to my home stack, work's been crazy lately...
Going on holidays soon, so hopefully I'll be able to test things out and get to the bottom of this.
@Flaminel commented on GitHub:
So I am currently trying to reproduce it and I'm failing. Are you sure it's not from something being cached on your end? Does trying the same configuration in an incognito tab have the same result?
Are you sure this is Cleanuparr related? The
loginroute does not exist yet.@Flaminel commented on GitHub:
@Chinoman10 ?
@Chinoman10 commented on GitHub:
I dunno... maybe it's something funky with Homarr... But not sure how that would be related, since everything under
/cleanuparris meant to be delivered to this container.For your test/reproduction, did you try with a Homarr instance on the root path?
It's odd that everything else except the
/sonarrand/radarrsub-paths work...Is there some env var I can set for 'debug' log levels? On the console, I mean, so I can check if these 404 requests are hitting the container at all or not?
@Flaminel commented on GitHub:
@Chinoman10 I'm going to close this soon.