Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/src/commit/5a3a1f416594807a5032309ee62d76e3f518db50/webapp/frontend/.editorconfig You should set ROOT_URL correctly, otherwise the web may not work correctly.
scrutiny/webapp/frontend/.editorconfig

14 lines
246 B

# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false