Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/0f940364a3f9b114c979e88a7b5ae884e10fe9c7/NzbDrone.Backbone/AddSeries/RootFolders/RootFolderTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Backbone/AddSeries/RootFolders/RootFolderTemplate.html

9 lines
395 B

<div class="tab-pane row" id="root-dir">
<div class="input-prepend input-append nz-input-large x-path span10">
<i class="add-on icon-folder-open"></i>
<input class="input-block-level" type="text" placeholder="Path of the folder to add ...">
<div class="btn icon-plus btn-success x-add" />
</div>
<div class="span12 result-list" id="current-dirs" />
</div>