Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managed Controlled Processes Dashboard not visible #3069

Closed
3 tasks
ketakiindulkar opened this issue Mar 15, 2023 · 1 comment · Fixed by #3070
Closed
3 tasks

Managed Controlled Processes Dashboard not visible #3069

ketakiindulkar opened this issue Mar 15, 2023 · 1 comment · Fixed by #3070
Labels

Comments

@ketakiindulkar
Copy link

Required Information

  • AEM Version, including Service Packs, Cumulative Fix Packs, etc: 6.5.12_
  • ACS AEM Commons Version: _4.12.0
  • Reproducible on Latest? yes

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.

@YegorKozlov
Copy link
Contributor

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.
image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants