How do I debug cq:dialog issues? | Community
Skip to main content
jkpanera
New Participant
February 13, 2020
Solved

How do I debug cq:dialog issues?

  • February 13, 2020
  • 2 replies
  • 3338 views

Hi guys,

 

I have an issue where a cq:dialog is persisting the information correctly, but when the authoring page loads the information is not populated back into the dialog.

 

I can troubleshoot issues in my Java code using printlns and the debugger. I can troubleshoot issues in HTL by writing values into the HTML.

 

But how do I troubleshoot issues with the cq:dialog?

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nadine_Hamzeh

Try upgrading your core components [1].  Make sure the version you're upgrading to is compatible with your AEM version.

 

[1] https://docs.adobe.com/content/help/en/experience-manager-core-components/using/versions.html

2 replies

Nadine_HamzehAccepted solution
New Participant
February 15, 2020

Try upgrading your core components [1].  Make sure the version you're upgrading to is compatible with your AEM version.

 

[1] https://docs.adobe.com/content/help/en/experience-manager-core-components/using/versions.html

Employee
February 14, 2020

Check if there are any errors in the browser console when loading the page

Also, check error.log for any errors

 

There might be some js errors causing the issue.