Hi @RonJo
Can you post your query here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experience-manager-forms-community
Thanks,
Kiran Vedantam.
hi @James_shan
Is this happening only from ui.apps? can you try from some other folder? Check if you are able to sync back from the server.
Thanks,
Kiran Vedantam.
Hi @MayurSatav
While you are debugging, did you try printing the configuration values? What are they showing?
Also, did you try the same configuration in higher environments and checked if they are working?
Sometimes local, it could be the issue with your VPN or Network you are connected with.
...
Hi @EstebanBustamante
Please find the related answer: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-set-default-value-for-tag-picker/m-p/242635
Thanks.
Hi @kevingtan
Can you check if your bundles are active? Also, instead of copying the node altogether, you can proxy the component and refer it to core components page.
Thanks,
Kiran Vedantam.
Hi @sxmalone Is this issue seen in AEM sites or AEM Forms? If its forms, please post your query here for quick resolution: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experience-manager-forms-community Hope it helps!Thanks,Kiran Vedantam.
Hi @ragucis The rendering of the sites with the old content paths can be managed using etc/maps. It's just the way you write your redirects to point it to the site. But, it's always recommended to have all your page under one content path to eradicate multiple configuration issues. Hope it helps!Th...
HI @aemUser2345 As per your code, you are creating and closing the file in the same for loop. Hence it's saving the last instance of the text that you are wanting to append. Can you create the file before the for loop and close it once all the data storage is completed and try? Hope it helps!Thanks...