A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Gainsight cannot be turned off

Found in

EPiServer.CMS.UI 12.5.0

Fixed in

EPiServer.CMS.UI 12.13.1

(Or a related package)

Created

Sep 20, 2022

Updated

Feb 07, 2024

Area

CMS UI

State

Closed, Fixed and tested


Description

Fixed an issue where Gainsight could not be turned off. Since version 12.5.0 telemetry was partially enabled in the core product. You can disable it by configuring TelemetryOptions.
 
services.Configure<EPiServer.Shell.Telemetry.TelemetryOptions>(o =>

{                 o.Enabled = false;             }

);