Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/5272e70372e0d53bce1df5ab7997bf92f420cc29/libs/werkzeug/wrappers/__init__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/werkzeug/wrappers/__init__.py

4 lines
120 B

from .request import Request as Request
from .response import Response as Response
from .response import ResponseStream