Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/eaed756655adc11fdd0c44af0e351c5299803c49/NzbDrone.Host/Owin/OwinTraceOutputFactory.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System.IO;
|
|
|
|
|
using Microsoft.Owin.Hosting.Tracing;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Host.Owin
|
|
|
|
|
{
|
|
|
|
|
public class OwinTraceOutputFactory : ITraceOutputFactory
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
public TextWriter Create(string outputFile)
|
|
|
|
|
{
|
|
|
|
|
return new NlogTextWriter();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|