Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/57430424f48e230a0d0bb35e9980d94c2addafa3
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
9 additions and
0 deletions
@ -618,6 +618,9 @@
<BundleResource Include= "..\MediaBrowser.WebDashboard\dashboard-ui\userprofiles.html" >
<Link > Resources\dashboard-ui\userprofiles.html</Link>
</BundleResource>
<BundleResource Include= "..\MediaBrowser.WebDashboard\dashboard-ui\wizardagreement.html" >
<Link > Resources\dashboard-ui\wizardagreement.html</Link>
</BundleResource>
<BundleResource Include= "..\MediaBrowser.WebDashboard\dashboard-ui\wizardfinish.html" >
<Link > Resources\dashboard-ui\wizardfinish.html</Link>
</BundleResource>
@ -1557,6 +1560,9 @@
<BundleResource Include= "..\MediaBrowser.WebDashboard\dashboard-ui\scripts\userprofilespage.js" >
<Link > Resources\dashboard-ui\scripts\userprofilespage.js</Link>
</BundleResource>
<BundleResource Include= "..\MediaBrowser.WebDashboard\dashboard-ui\scripts\wizardagreement.js" >
<Link > Resources\dashboard-ui\scripts\wizardagreement.js</Link>
</BundleResource>
<BundleResource Include= "..\MediaBrowser.WebDashboard\dashboard-ui\scripts\wizardfinishpage.js" >
<Link > Resources\dashboard-ui\scripts\wizardfinishpage.js</Link>
</BundleResource>
@ -90,6 +90,9 @@
<Content Include= "dashboard-ui\css\images\server.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\css\images\tour\dashboard\help.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\forgotpasswordpin.html" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>