Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/94807ac00b799bfb1190fa2e108221ebf84a8dfa/NzbDrone.Api/Frontend/IMapHttpRequestsToDisk.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/NzbDrone.Api/Frontend/IMapHttpRequestsToDisk.cs

10 lines
180 B

namespace NzbDrone.Api.Frontend
{
public interface IMapHttpRequestsToDisk
{
string Map(string resourceUrl);
bool CanHandle(string resourceUrl);
}
}