Hi,
I am on AEM 6.5 SP 7. Whenever I am trying to author an experience fragment, I am getting below error. Using "Admin" account with full privileges. Could not find anything in logs.. Has anyone faced this before? The content is getting updated when I refresh the page. However, the dialog is not closing on it's own and throwing timeout error with message "Fail to submit the form"
Views
Replies
Total Likes
Hi @beast08 ,
Please check which request is giving a timeout. You can use OSGI console (https//<IP>:<PORT>/system/console/requests) to see the recent requests. I believe from your Experience Fragment you must be calling a servlet/service which is giving a timeout.
Thanks for the response.
It is timing out on SlingPostServlet - ModifyOperation:
it's working in other server. This is instance specific.
Not sure what's wrong. User permissions and other configurations are same.
We were able to fix the issue by re-indexing failing oak indexes.
It was really weird that failing oak indexes were affecting experience fragment authoring.