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/89f261eddfc9d5791f89c313ac19f96ebfb76971/Libraries/Manifest%20Tool/mt.exe.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/Libraries/Manifest Tool/mt.exe.config

10 lines
364 B

<?xml version ="1.0"?>
<!-- This allows mt.exe to run on machines with the CLR v4 installed but not 1.1 or 2.0 -->
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>