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

7 lines
188 B

from .serving import run_simple as run_simple
from .test import Client as Client
from .wrappers import Request as Request
from .wrappers import Response as Response
5 years ago
__version__ = "2.0.2"