Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/b029195260363c18234fb5de1d4557fb6aa616f7?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
12 additions and
6 deletions
@ -22,7 +22,7 @@
<DebugSymbols > true</DebugSymbols>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<Optimize > false</Optimize>
<OutputPath > bin\Debug \</OutputPath>
<OutputPath > ..\..\_output \</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<WarningLevel > 4</WarningLevel>
@ -31,7 +31,7 @@
<PlatformTarget > x86</PlatformTarget>
<PlatformTarget > x86</PlatformTarget>
<DebugType > pdbonly</DebugType>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<Optimize > true</Optimize>
<OutputPath > bin\Release \</OutputPath>
<OutputPath > ..\..\_output \</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<WarningLevel > 4</WarningLevel>
@ -1,3 +1,6 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<configuration>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>
@ -22,7 +22,7 @@
<DebugSymbols > true</DebugSymbols>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<Optimize > false</Optimize>
<OutputPath > bin\Debug \</OutputPath>
<OutputPath > ..\..\_output \</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<WarningLevel > 4</WarningLevel>
@ -31,7 +31,7 @@
<PlatformTarget > x86</PlatformTarget>
<PlatformTarget > x86</PlatformTarget>
<DebugType > pdbonly</DebugType>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<Optimize > true</Optimize>
<OutputPath > bin\Release \</OutputPath>
<OutputPath > ..\..\_output \</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<WarningLevel > 4</WarningLevel>
@ -1,3 +1,6 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<configuration>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>