Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/322767c3f3bcad69ff1f7203f76b0dccaf3f098f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Changed back to port 8989.

pull/2/head
Mark McDowall 14 years ago
parent 2640191cdf
commit 322767c3f3

@ -4,6 +4,6 @@
<supportedRuntime version="v4.0" />
</startup>
<appSettings>
<add key="port" value="8980" />
<add key="port" value="8989" />
</appSettings>
</configuration>
Loading…
Cancel
Save