Yes I did check the thread but the case seems a bit different to me since I haven't done anything on this clean environment but setting the Mapper Service Configuration to cause the 503 error. And I cannot access the instance in any way to modify the content. So might need to modify the content in c...
Dear community,We just updated our AEM to 6.5.13, then found that setting Apache Sling Service User Mapper Service Configuration leads to ERROR 503 ServletResolver service missing as long as we restart AEM instance. This happens even if just clicked "Save" without any modification. The /system/conso...
Dear community,
I have a " forget password " use case which introduce in system user to initiate resetting password before authentication.
The code snippet is like:
Map<String, Object> serviceParams = new HashMap<String, Object>();
serviceParams.put(ResourceResolverFactory.SUBSERVICE, "system-us...
Thank you for the helpful replies.
It seems the data layer should be set on ui.frontend instead of sling model in SPA development cases. It has become quite straightforward to implement.
Dear community,I'm trying to integrate the spa page with Adobe Client Data Layer. Before adopting SPA project, I used "com.adobe.cq.wcm.core.components.models.datalayer.ComponentData" in SlingModels, and set relevant information with DataLayerBuilder. In so doing I can use htl to embed data layer in...
Dear community,
We're using 6.5.9 with aem project archetype 35.
As I published pages with image component, the page layout and assets in the component did replicate to DAM on publish instance,
but the src of image cut the "content/{project_name}" in URL, so the image cannot find the src.
I trie...
I found the problem, the custom user doesn't actually successfully write the property onto payload. So the second step surely get nothing from payload.
It is about the right permission to set content/proj... (payload), not the instance.
Sorry for the misleading information I provided, and big than...
Hi @Shashi_Mulugu
Do you mean providing write permission to the user I created?
Yes I did try adding "jcr:write" permission on it.
The workflow process is like
1. dialog participant step (upload file and set the path to payload)
2. process step (fetch the path in payload and write it on instance ...