Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/1665bfa6ac55f0cb2487a0304e73acc817e29981/NzbDrone.Core/Configuration/Events/ConfigFileSavedEvent.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Core/Configuration/Events/ConfigFileSavedEvent.cs

9 lines
145 B

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Configuration.Events
{
public class ConfigFileSavedEvent : IEvent
{
}
}