Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/254e99531e2ee692d1a5738c07dd9f9783949c8e/views/movie.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
if (data === 0) {return "<iclass='fas fa-trash'title='Subtitle file has been erased.'data-toggle='tooltip'data-placement='right'></i>";}
else if (data === 1) {return "<iclass='fas fa-download'title='Subtitle file has been downloaded.'data-toggle='tooltip'data-placement='right'></i>";}
else if (data === 2) {return "<iclass='fas fa-user'title='Subtitle file has been manually downloaded.'data-toggle='tooltip'data-placement='right'></i>";}
else if (data === 3) {return "<iclass='fas fa-recycle'title='Subtitle file has been upgraded.'data-toggle='tooltip'data-placement='right'></i>";}
else if (data === 4) {return "<iclass='fas fa-cloud-upload-alt'title='Subtitle file has been manually uploaded.'data-toggle='tooltip'data-placement='right'></i>";}