Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/f23c7e94ff7fc1ff41939542670c86fb4c761321/NzbDrone.Common/Messaging/ICommand.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/NzbDrone.Common/Messaging/ICommand.cs

6 lines
92 B

namespace NzbDrone.Common.Messaging
{
public interface ICommand : IMessage
{
}
}