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/b8bd2bffbf133f10e54b2de200f317be0a9af55a/UI/Quality/QualityProfileSelectionPartial.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Quality/QualityProfileSelectionPart...

5 lines
131 B

<select class="span2 x-quality-profile">
{{#each this}}
<option value="{{id}}">{{name}}</option>
{{/each}}
</select>