Skip to main content

Version 9.1.177.1 (Support Release - 11 August 2025)

People Management

Employee appointment/termination error (#134571)

Problem

  • Once a user has been added/terminated, the Redis cache is cleared, and a new call is made to materialise data as well as repopulate the user roles for the signed-in user.
  • Thus, after adding or terminating the user, the call is made to the Respective service to fetch the needed data, which requires the role of the user who is signed in, and because the roles are busy populating again, the error is thrown, which is caused by a 401 - Unauthorised

 

Solution

  • Implement a check within the /Edit path view, which the signed in user is redirected to after they have added or terminated the user, to wait for half a second, should the error of unauthenticated state be received and try once more.

 


People Groups

Performance Management: Delete agreements returns an error message (#135305)

Problem

  • Some of the people lists break and show a snack error. Logs indicate a column cannot be found

 

Solution

  • Corrected the join for the People Group Custom query items select