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/57540f9ecb78dc8b9589dc4244f23c53700d3a52/UI/Settings/MediaManagement/FileManagement/ViewTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
< fieldset >
< legend > File Management< / legend >
< div class = "control-group" >
< label class = "control-label" > Ignore Deleted Episodes< / label >
< div class = "controls" >
< label class = "checkbox toggle well" >
< input type = "checkbox" name = "autoUnmonitorPreviouslyDownloadedEpisodes" / >
< p >
< span > Yes< / span >
< span > No< / span >
< / p >
< div class = "btn btn-primary slide-button" / >
< / label >
< span class = "help-inline-checkbox" >
< i class = "icon-question-sign" title = "Episodes deleted from disk are automatically unmonitored in NzbDrone" / >
< / span >
< / div >
< / div >
< div class = "control-group" >
< label class = "control-label" > Download Propers< / label >
< div class = "controls" >
< label class = "checkbox toggle well" >
< input type = "checkbox" name = "autoDownloadPropers" / >
< p >
< span > Yes< / span >
< span > No< / span >
< / p >
< div class = "btn btn-primary slide-button" / >
< / label >
< span class = "help-inline-checkbox" >
< i class = "icon-question-sign" title = "Should NzbDrone automatically upgrade to propers when available?" / >
< / span >
< / div >
< / div >
< / fieldset >