Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/a4d92f0a31f0e7bdd411bafddc7aa1fe9e09dcfb/NzbDrone.Core/RootFolders/UnmappedFolder.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Core/RootFolders/UnmappedFolder.cs

8 lines
168 B

namespace NzbDrone.Core.RootFolders
{
public class UnmappedFolder
{
public string Name { get; set; }
public string Path { get; set; }
}
}