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

Fix for Wizard

pull/292/head
Halali 6 years ago
parent af16492230
commit 2a6b8d8934

@ -476,7 +476,7 @@ def redirect_root():
redirect(base_url + 'series')
elif settings.general.getboolean('use_radarr'):
redirect(base_url + 'movies')
elif not os.path.exists(os.path.join(config_dir, 'config/config.ini')):
elif not settings.general.enabled_providers:
redirect(base_url + 'wizard')
else:
redirect(base_url + 'settings')

Loading…
Cancel
Save