AUR4107: GroupRule cannot be executed without a scope.
This error occurs when a GroupRule is executed without the required scope context.
GroupRule
scope
This is typically caused by calling low-level rule execution APIs without providing a validation scope.
Execute group rules via the standard validation pipeline (for example via a ValidationController) so the scope is provided.
ValidationController
If you are using lower-level APIs, ensure you pass a valid scope when executing rules.
Check where the rule is executed and verify a scope is available and passed through.
Prefer higher-level validation APIs unless you are building a custom validation integration.
Last updated 1 month ago
Was this helpful?