Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/7a5c45374933abb5f97e106c9d3a23e464716086
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Logger.Debug("Current transcoding index is {0}. requestedIndex={1}. segmentGapRequiringTranscodingChange={2}",currentTranscodingIndex??-2,requestedIndex,segmentGapRequiringTranscodingChange);
Logger.Debug("Starting transcoding because segmentGap is {0} and max allowed gap is {1}. requestedIndex={2}",(requestedIndex-currentTranscodingIndex.Value),segmentGapRequiringTranscodingChange,requestedIndex);
Logger.Debug("Starting transcoding because segmentGap is {0} and max allowed gap is {1}. requestedIndex={2}",requestedIndex-currentTranscodingIndex.Value,segmentGapRequiringTranscodingChange,requestedIndex);