Hi @user96222,this is a great question, I haven't tried to set it up locally on AEM SDK, and I don't find any documentation related to CF Editor specifically. However, the new CF Editor should be based on the Universal Editor, so maybe the approach is the same as: https://experienceleague.adobe.com/...
Hi @Tom_Fought,I am working on a quite complex AEMaaCS project with >100 websites and our team setup is:1 PO1 SM1 SA1 UI/UX3 BE Devs3 FE Devs4 AMS to cover all time zonesI believe the best solutions are built by small teams composed of talents who really know what they are doing. In my experience st...
Hi @GayatriSo,is your primary role QA? If you are not doing any development work but want to learn better how AEM works I suggest "Business Practitioner (Sites)". Please note that there is a Professional and Expert level, in case you are already experienced you might want to go for Expert right away...
Hi @webtech11,sorry, my mistake, I thought you wanted to learn how to develop/customize for AEM, not author content. Forget GitHub in that case, it is used to version code for AEM customizations and extensions. Good luck,Daniel
Hi @rahulda2,not sure what type of frontend are you using but I did something similar using Next.js and AEM Pages (not Content Fragments) in this demo: https://www.youtube.com/watch?v=wJx4kLeGVuc Hope this helps,Daniel
Hi @webtech11,to be honest I am not aware of any free courses to recommend. Maybe something is available these days, but I had to learn AEM the good old (hard) way: by reading documentation and doing real, hands-on work.I don't think adding a completed Udemy course to your CV will help you find a jo...
Hi @NageshRaja,it should be vice versa, requests with query params should be a MISS. Here is a shell script for you to fix symlinks:cd ..
project_root=$(pwd)
cd dispatcher/src/conf.d/enabled_vhosts
enabled_hosts=$(ls *.vhost)
for host in $enabled_hosts; do
rm $host
ln -s ../available_vhosts/$host ...
Hi @NageshRaja,There is definietly a problem with your Dispatcher cache not being flushed. Can you confirm that you defined the statfilelevel in the invalidation.farm? As that is the farm used for Dispatcher flush/invalidation requests.The statfilelevel starts from your DOCROOT, so it looks fine. In...
Hi @BohdanYurevych,I did solve that in my Next.js demo, you can watch it here: https://www.youtube.com/watch?v=wJx4kLeGVucSo the solution was to add a custom button in /apps/wcm/core/content/sites:<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http:...