Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/5557ac84547bbaf6b6d9bec70063790e2775914c/UI/AddSeries/RootFolders/RootFolderSelectionPartial.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<select class="span6 x-root-folder">
|
|
{{#if this}}
|
|
{{#each this}}
|
|
<option value="{{id}}">{{path}}</option>
|
|
{{/each}}
|
|
{{else}}
|
|
<option value="">Select Path</option>
|
|
{{/if}}
|
|
<option value="addNew">Add a different path</option>
|
|
</select>
|