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/9abd5c0e285231cf449cc6a595aabe5d5e024c6b/NzbDrone.Host/Owin/MiddleWare/IOwinMiddleWare.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using Owin;
|
|
|
|
namespace NzbDrone.Host.Owin.MiddleWare
|
|
{
|
|
public interface IOwinMiddleWare
|
|
{
|
|
int Order { get; }
|
|
void Attach(IAppBuilder appBuilder);
|
|
}
|
|
} |