Hi @Jitesh07
If you want to refresh the entire page, as you said, can you try this snippet ?
const contentApi = $(".foundation-content").adaptTo("foundation-content");
if (contentApi) {
contentApi.refresh();
}
Doc: https://developer.adobe.com/experience-manager/reference-materials/6-5/granite...