Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/71e387741724958faadc2fbc3af776a1abf22c4c You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/997/head
Moravčík, Marian 5 years ago
parent dcd8e78464
commit 71e3877417

@ -7,7 +7,7 @@ import os
from get_args import args
from config import base_url
socketio = SocketIO()
socketio = SocketIO(async_mode='threading')
def create_app():

Loading…
Cancel
Save