On Nov 10th at 22:58UTC, Users were unable to save templates as a stable version. This issue affected a minor workflow. The failure occurred because the system attempted to construct a scopeInfo object with a null uniqueId when a feature flag (FF) was disabled. Since the template save path requires a valid uniqueId, the operation failed. Customers were advised to avoid this flow until a fix was deployed. A mitigation was applied the same day, and a permanent fix was later deployed to production.
The failure occurred because scopeInfo was constructed with a null uniqueId when the relevant feature flag was disabled. A recent change introduced strict validation for uniqueId, which caused the template save operation to fail when provided with a null value.
To prevent such issues happening we are enhancing our test coverage and feature flag coverage by: