Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/4bcd5ce5c6aa1adb8b626b1e95bacf933a3c4830/NzbDrone.Core/Datastore/IEmbeddedDocument.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Core/Datastore/IEmbeddedDocument.cs

6 lines
91 B

namespace NzbDrone.Core.Datastore
{
public interface IEmbeddedDocument
{
}
}