Image disappear in AEM componetn
Hi
Can you please help me take a look at this issue? I created an AEM component with image upload function, somehow the image disappeared the second time I open the configure.
The image appears the first time when I added it. And the CRXDE node shows that path of image is added.

But when I open the same component the second time, that image disappeared

And if I click done, the image path in CRXDE node will be removed.
Here's the image set up config:
<editorialImage
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
allowUpload="{Boolean}false"
autoStart="{Boolean}false"
class="cq-droptarget"
fieldLabel="Editorial Card Image"
fileNameParameter="./fileName"
fileReferenceParameter="./fileReference"
mimeTypes="[image]"
name="./file"
title="Upload Image Asset"
uploadUrl="${suffix.path}"
useHTML5="{Boolean}true"/>Please let me know if you need more information.
Thank you