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/87a5dc7869806a35f9a2b82cefcffc5939875ed0/NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs

10 lines
138 B

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Lifecycle
{
public class ApplicationStartedEvent : IEvent
{
}
}