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/2f204e3d29152c7ff62020f3308b3310ed8c26c3/UI/SeasonPass/SeriesLayoutTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
< div class = "seasonpass-series" >
< div class = "row" >
< div class = "span11" >
< i class = "icon-chevron-right x-expander expander pull-left" / >
< span class = "title span5" >
< a href = "{{route}}" >
{{title}}
< / a >
< / span >
< span class = "span3" >
< select class = "x-season-select season-select" >
< option value = "-1" > Select season...< / option >
{{#each seasons.models}}
{{#if_eq attributes.seasonNumber compare="0"}}
< option value = "{{attributes.seasonNumber}}" > Specials< / option >
{{else}}
< option value = "{{attributes.seasonNumber}}" > Season {{attributes.seasonNumber}}< / option >
{{/if_eq}}
{{/each}}
< / select >
< span class = "help-inline" >
< i class = "icon-question-sign" title = "Selecting a season will unmonitor all previous seasons" / >
< / span >
< / span >
< button class = "btn x-latest" > Latest< / button >
< span class = "help-inline" >
< i class = "icon-question-sign" title = "Will quickly select the latest season as first monitored" / >
< / span >
< / div >
< / div >
< div class = "row" >
< div class = "span11" >
< div class = "x-season-grid season-grid" > < / div >
< / div >
< / div >
< / div >