Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/d4eeafe53ff8ae2f287f5dca49a873cd71f4c3da/tests/Jellyfin.Server.Integration.Tests/TestPage.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/tests/Jellyfin.Server.Integration.../TestPage.html

10 lines
125 B

<!DOCTYPE html>
<html>
<head>
<title>TestPlugin</title>
</head>
<body>
<h1>This is a Test Page.</h1>
</body>
</html>