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/24096cb10f6aaf3b377bfb24ef255efcdccf89c4/libs/dynaconf/test_settings.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/dynaconf/test_settings.py

9 lines
170 B

# pragma: no cover
from __future__ import annotations
TESTING = True
LOADERS_FOR_DYNACONF = [
"dynaconf.loaders.env_loader",
# 'dynaconf.loaders.redis_loader'
]