Hi,
I am new to content fragments models and using the Adobe link https://docs.adobe.com/content/help/en/experience-manager-learn/getting-started-with-aem-headless/ch... I am creating the same however I am facing one issue that after performing step 5 - d from the above document I am not able to find the Cloud configuration option within the cloud services tab and there is only one option to select Cloud service configuration. Can someone please suggest what might be missing?
Note:- Using AEM 6.3 version with latest SP installed. Also in the adobe documentation link given above there is one video on the page within which there are 2 properties shown within the Cloud Services tab but I am only able to see one.
Solved! Go to Solution.
Views
Replies
Total Likes
It's a limitation of AEM 6.3, You should plan an upgrade.
As a workaround add configuration manually, for example: “cq:conf= /conf/we-retails” property into the Asset folder jcr:content node.
Views
Replies
Total Likes
It's a limitation of AEM 6.3, You should plan an upgrade.
As a workaround add configuration manually, for example: “cq:conf= /conf/we-retails” property into the Asset folder jcr:content node.
Views
Replies
Total Likes
I tried that and when I created a fragment after that I am getting an error such as:
org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 70 in the jsp file: /libs/dam/cfm/admin/components/authoring/contenteditor/contenteditor.jsp The method supportsVariations() is undefined for the type ContentFragment 67: if (fragment == null) { 68: return; 69: } 70: boolean supportsVariations = fragment.supportsVariations(); 71: 72: // resolve ":last" pseudo variation 73: if (":last".equals(variation)) {
Cannot serve request to /editor.html/content/dam/eifu/content-fragments/test in /libs/dam/cfm/admin/components/authoring/contenteditor/contenteditor.jsp
Exception:
org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 70 in the jsp file: /libs/dam/cfm/admin/components/authoring/contenteditor/contenteditor.jsp The method supportsVariations() is undefined for the type ContentFragment 67: if (fragment == null) { 68: return; 69: } 70: boolean supportsVariations = fragment.supportsVariations(); 71: 72: // resolve ":last" pseudo variation 73: if (":last".equals(variation)) {
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes