Hello @SmrithiG1 The recommended approach is to configure your proxy (Apache, NGINX, etc.) to rewrite and/or strip/add the context path as needed.With Apache, you often use ProxyPass and ProxyPassReverse rules:ProxyPass /abc/xyz/content https://aemhost/contentProxyPassReverse /abc/xyz/content https...
Hello @aravindS 1. Can you please confirm if your Custom Workflow Model Location is created under /conf/global/settings/workflow/models.Old/external models under /etc/workflow/models might NOT appear in all modern UI elements.Reference: https://experienceleague.adobe.com/en/docs/experience-manager-l...
Hello @MadishettySr Can you please confirm which core components version you are using in your pom.Please make sure that the corresponding WCM version is also being used.Also, please check if the core components bundles are in active state in the bundles page. Thanks,Rahul Pandey
Hello @JoeMa24 Yes, you can fetch the schema from your author instance.You can programmatically fetch the JSON schema of a Form Data Model or Adaptive Form using an HTTP GET request.AEM provides RESTful APIs that allow you to retrieve form definitions in JSON format. To fetch the JSON structure of ...