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/ac64f4d61fc383863aa88cadbf4c5f953e409153/NzbDrone.Web.Test/App.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Web.Test/App.config

15 lines
288 B

15 years ago
<?xml version="1.0" encoding="utf-8" ?>
<!--
Note: Add entries to the App.config file for configuration settings
that apply only to the Test project.
-->
<configuration>
<appSettings>
</appSettings>
<connectionStrings>
</connectionStrings>
</configuration>