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/bcb13f93ff2b58d3a319e0b5b4af228b63f3e38f/ServiceHelpers/ServiceUninstall/app.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/ServiceHelpers/ServiceUninstall/app.config

7 lines
194 B

<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>