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/99958a822d25c4373f9dd80eada774fca1f49391/NzbDrone.Common/Eventing/IEvent.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/NzbDrone.Common/Eventing/IEvent.cs

8 lines
101 B

using System.Linq;
namespace NzbDrone.Common.Eventing
{
public interface IEvent
{
}
}