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/e7805a5afba7d5d19e4cec91ec59f16f9b8fc77f/NzbDrone.Core/Instrumentation/Commands/ClearLogCommand.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/NzbDrone.Core/Instrumentation/Commands/ClearLogCommand.cs

8 lines
145 B

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Instrumentation.Commands
{
public class ClearLogCommand : ICommand
{
}
}