I'm working on a new project and creating a component in CRX/DE. While saving the nodes, I encountered an issue: 'Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. Property is protected: jcr:created = 2025-03-17T00:00:00.000+05:30.' How can I resolve this issue?
Solved! Go to Solution.
Views
Replies
Total Likes
@priya_042 In this specific case, you are trying to modify/add jcr:created . You don't need to do add this property and the node will save without any issues.
Hi @priya_042 ,
It might be that nodes that you modified (but not saved yet) were modified and committed by someone else.
Reload the page and make changes again.
Despite CRXDE is a development environment, I would recommend to use your IDE (Intellij and Visual Studio) to develop new components and deliver them with a build or other tools like VSCode AEM Sync (in Visual Studio).
Best regards,
Kostiantyn Diachenko.
Best regards,
Kostiantyn Diachenko.
@priya_042 In this specific case, you are trying to modify/add jcr:created . You don't need to do add this property and the node will save without any issues.
Views
Likes
Replies