Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/e4f1e5d376d4f193a2e930263f716d5294bdb248 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Backup path URL incorrect in some cases

pull/6/head
Qstick 6 years ago
parent 4aeaf04b62
commit e4f1e5d376

@ -96,7 +96,7 @@ class BackupRow extends Component {
<TableRowCell>
<Link
to={path}
to={`${window.Lidarr.urlBase}${path}`}
noRouter={true}
>
{name}

Loading…
Cancel
Save