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/f8afed195a1aa06e0f58fe3b7275be8df6f8ca7e/NzbDrone.Common/Services.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
|
|
namespace NzbDrone.Common
|
|
{
|
|
public class Services
|
|
{
|
|
public static String RootUrl
|
|
{
|
|
get
|
|
{
|
|
return "http://services.nzbdrone.com";
|
|
}
|
|
}
|
|
}
|
|
}
|