Starting on 2025-05-28 14:56 UTC
, LeanIX users experienced errors when attempting to access Fact Sheet details pages within the Inventory. The issue affected all non-admin users across all workspaces and regions.
Our engineering team identified the root cause at 2025-05-28 16:13 UTC
and ran a rollback of a recent frontend release. Full functionality was restored at 2025-05-28 16:16 UTC
. No customer data was affected during this incident.
The incident was caused by a frontend release that introduced a new internal API call. This call resulted in an authorization error for all non-admin users, leading to the inability to load the Fact Sheet details page. Since the new API call was receiving a HTTP 401
status code response for all non-admin users, the application was starting the re-login procedure. This procedure is not treated as an error & thus - does not trigger alerting mechanisms, which lead to a prolonged detection time.
To prevent similar incidents, we are enhancing our pre-release testing protocols to include testing across various user roles and permission levels. We are also improving our frontend application's handling of authorization errors to increase resilience and trigger alerting mechanisms early.