cq:tags property for pages is not saved correctly in the JCR in AEM 6.2
Hello! guys
In the project that I am working on, I noticed that the property of "cq:tags" (OOTB in AEM) in pages is not working as expected. After save the dialog (page properties) it seems that a POST request is sent to the jcr:content node of the page with the value selected but then seems that a listener or something in the core of AEM is trying to delete the value on this property. I figured out in the log and found this: *INFO* [sling-oak-observation-552] com.day.cq.tagging.impl.TagValidatingEventListener invalid/duplicated tags detected at /content/project/relative_path/page/jcr:content/cq:tags modified by user8923: 'namespace:name/23235' => ''
But I really do not know why is trying to delete the value, because first, the tag exist because is selected from the wizard dialog for tags and is not duplicated.
So, it seems that the property value is deleted after and for this reason the cq:tags in the JCR is saved as empty string.
Could anybody help me to have an initial possible solution or maybe identify if this is an issue in AEM 6.2 ?
Thank you very much!