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

8 lines
104 B

using System;
namespace NzbDrone.Test.Common
{
public class TestException : Exception
{
}
}