Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/docker-lidarr-extended/commit/8e622504f99f90eeaa38821db6debe863adbc859
You should set ROOT_URL correctly, otherwise the web may not work correctly.
downloadedAlbumTitleClean="$(echo"$downloadedAlbumTitle"| sed -e "s%[^[:alpha:][:digit:]._' ]% %g" -e "s/ */ /g"| sed 's/^[.]*//'| sed 's/[.]*$//g'| sed 's/^ *//g'| sed 's/ *$//g')"
if[ ! -d "/downloads/lidarr-extended"];then
@ -1384,6 +1397,9 @@ if [ "$configureLidarrWithOptimalSettings" = "true" ]; then
fi
fi
# Perform Completed Download Folder Cleanup process