Hi @MayurSatav, I believe the cause of this issue in AEM SPA projects is that the *.model.json of a parent page (e.g., en.model.json) aggregates data from its child pages. When a child page is published, the parent’s model isn’t automatically refreshed or invalidated. This usually happens due to:No ...