Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/c7eaf1e85cb35f974e749e4a01eb82c6e404db0d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -125,7 +125,7 @@ class RemoveQueueItemsModal extends Component {
type = { inputTypes . CHECK }
name = "blocklist"
value = { blocklist }
helpText = { translate ( 'Blocklist HelpText') }
helpText = { translate ( 'Blocklist Release HelpText') }
onChange = { this . onBlocklistChange }
/ >
< / F o r m G r o u p >
@ -64,8 +64,8 @@
"BindAddressHelpText" : "Valid IP address, localhost or '*' for all interfaces" ,
"BindAddressHelpTextWarning" : "Requires restart to take effect" ,
"Blocklist" : "Blocklist" ,
"BlocklistHelpText" : "Prevents Readarr from automatically grabbing these files again" ,
"BlocklistRelease" : "Blocklist Release" ,
"BlocklistReleaseHelpText" : "Prevents Readarr from automatically grabbing these files again" ,
"BlocklistReleases" : "Blocklist Releases" ,
"Book" : "Book" ,
"BookAvailableButMissing" : "Book Available, but Missing" ,