Skip to content

Resolve "G_003_R3 Update hangs because of unstable angular app"

We need to follow the recommendations from here: https://angular.dev/errors/NG0506 as when normally run, it blocks other processes like the UpdateModule.

Part of code that affect the stability of the app:

  1. !1170 (diffs)
  2. !1170 (diffs)
  • Identify which part of the module is the offending unit. Its constructor or the constructors of the other injected values in the parameter list.
  • Find a way to apply the recommendations in the link above if the offending unit contains one of those function calls.

Closes #1330 (closed)

Edited by Carlos Sanchez

Merge request reports

Loading