Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/95f41b6a73aed7928d652b33930c1db61a9b052b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -27,7 +27,7 @@ jobs:
- name : Generate openapi.json
run : dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
- name : Upload openapi.json
uses : actions/upload-artifact@ 0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses : actions/upload-artifact@ 89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name : openapi-head
retention-days : 14
@ -61,7 +61,7 @@ jobs:
- name : Generate openapi.json
run : dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
- name : Upload openapi.json
uses : actions/upload-artifact@ 0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses : actions/upload-artifact@ 89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name : openapi-base
retention-days : 14