You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I know what's the matter.
The MCP dashboard loads the list of processes from an AJAX call to /apps/acs-commons/content/manage-controlled-processes/jcr:content.list.json
The issue is that this path is cached on dispatcher Author. I confirmed it in a 6.5.13 running in AMS.
So once the dashboard loads an empty json, it gets cached and you get the same empty json no matter what you submitted.
I think the simplest fix is to append a random query string to disable caching, e.g. /apps/acs-commons/content/manage-controlled-processes/jcr:content.list.json?timestamp=3463284632894
The fix is coming.
YegorKozlov
added a commit
to YegorKozlov/acs-aem-commons
that referenced
this issue
Mar 17, 2023
Required Information
Expected Behavior
Shows a list of executed processes
Actual Behavior
Does not show any process
Steps to Reproduce
This is the exact issue mentioned under- #2749
I would like to know the fixed version for this one as we are facing it on prod environment.
The text was updated successfully, but these errors were encountered: