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

Add a route when trailing slash is not added after base_url

pull/249/head v0.6.8
Louis Vézina 7 years ago
parent 73b81dd558
commit 2165af8bd3

@ -470,6 +470,7 @@ def image_proxy_movies(url):
@route(base_url)
@route(base_url.rstrip('/'))
@custom_auth_basic(check_credentials)
def redirect_root():
authorize()

Loading…
Cancel
Save