Hi all, I created a registration form in my AEM Author instance which registers user in home/users using AEM Form Components. This form works fine in the AEM Author instance but when I checked my AEM Publish instance the users are not replicated in it. Also using the same form I am not able to create new users in AEM Publish instance.
In my error logs I get this error:
Solved! Go to Solution.
Views
Replies
Total Likes
If your servlet path is /bin/servlets then you need to update the dispatcher rule for publish env as below:
Filter rule needs update if not done already as it might be blocking.
{ /type "allow" /method "GET" /url "/bin/servlets*" } in filter.any
did you check below configuration settings in publish instance
Check below link for replication of users/groups from author to publish -
I will check that. Thank you
If your servlet path is /bin/servlets then you need to update the dispatcher rule for publish env as below:
Filter rule needs update if not done already as it might be blocking.
{ /type "allow" /method "GET" /url "/bin/servlets*" } in filter.any
Hi @janhavi_singh ,
Please follow this blog Caused by: org.apache.sling.api.resource.PersistenceException: Resource is not modifiable - Adobe CQ... this might be helpful
Views
Likes
Replies