Pages and Images are deleted upon building the code again in AEM Local | Community
Skip to main content
Level 3
November 16, 2023
Solved

Pages and Images are deleted upon building the code again in AEM Local

  • November 16, 2023
  • 1 reply
  • 464 views

Hi team,

I was setting up local development environment in AEM. The pages created are deleted upon building the code again. How can we resolve the issue?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mahedi_Sabuj

Review the ui.content filter configuration. If the filter mode is empty (replace by default), ensure to include mode="merge" in the filter definition.

https://jackrabbit.apache.org/filevault/filter.html#filter-elements

1 reply

Mahedi_Sabuj
Community Advisor
Mahedi_SabujCommunity AdvisorAccepted solution
Community Advisor
November 16, 2023

Review the ui.content filter configuration. If the filter mode is empty (replace by default), ensure to include mode="merge" in the filter definition.

https://jackrabbit.apache.org/filevault/filter.html#filter-elements

Mahedi Sabuj