Hi @AishwaryaKa Based on the error stack trace, here's the step-by-step solution:Root CauseThe NullPointerException occurs in TranslationCloudConfigUtilImpl.addConfigFromProvider() at line 238, indicating a missing or null translation cloud configuration during the recursive configuration lookup. St...