Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commits/commit/a6eb89e24bfb29ca4f1e775aeca421656e23c97c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
* History Added
* History Cleanup
* History Mark Failed Fix
* History Lint Fix
* Search Tab Initial
* Interactive Search Cleanup
* Files Tab + Small Backend change to MovieFile api
* Reverse Movie History Items
* Grabbed files are not grabbable again.
* Partial movie title outline + Search not updating fix
* Lint Fix + InteractiveSearch refactor
* Rename movieLanguage.js to MovieLanguage.js
* Fixes for qstick's comments
* Rename language selector to allow for const languages
* Qstick comment changes.
* Activity Tabs - Language Column fixed
* Movie Details - MoveStatusLabel fixed
* Spaces + Lower Case added
* fixed DownloadAllowed
* Added padding to history and file tables
* Fix class => className
* Updated search to not refresh unless switching movie
* lint fix
* File Tab Converted to Inline Editting
* FIles tab fix + Alt Titles tab implemented
* lint fix
* Cleanup via qstick request
* Add tags support to NetImport (Lists)
* Keep indentation consistent with current code
* Initialize set of empty tags
* Add tags from list to movie
* Prevent tags used by lists from being removed
* Adding CheckForFinishedDownloadInterval to config service
Changed TaskManager to use a configurable interval for CheckForFinishedDownloadCommand
* Adding new CheckForFinishedDownloadInterval to UI
Fixes#840
* Added support for Gotify notifications
* Use string interpolation to build url
* Adapt changes by markus101 over at Sonarr
* Remove blank line
Fixes#3472