Why do components use the old name of content fragments even though they were renamed?
We renamed some content fragments but when we go to the component using those fragments, the old names still appear. What can we do to refresh them? Please help!
We renamed some content fragments but when we go to the component using those fragments, the old names still appear. What can we do to refresh them? Please help!
Hi @smckinley
Verify if the CF path changed
Open CRXDE Lite or Developer Mode → Inspect Component.
Check the property that stores the CF reference (like fragmentPath or fileReference).
If it still points to the old name/path, you’ll need to re-link the fragment.
Re-link the updated fragment
Edit the component in Author mode.
Open the Content Fragment selector and reselect the renamed CF.
This forces AEM to refresh the reference and metadata.
Clear any caches
If your component or model uses GraphQL, content fragment lists, or experience fragments, clear the GraphQL cache.
On AEM as a Cloud Service, you can trigger cache invalidation using the Developer Console or the /_api/graphql flush endpoint.
Republish fragments
Republish the renamed CFs to ensure both the author and publish environments have the latest metadata.
(Optional) Find and fix old references
If several fragments were renamed, run a Query Builder query to locate outdated references
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.