Frequent Issues with Authoring AEM 6.5 | Community
Skip to main content
viveksachdeva
Community Advisor
Community Advisor
January 6, 2021

Frequent Issues with Authoring AEM 6.5

  • January 6, 2021
  • 2 replies
  • 2472 views

Hey guys,

 

Recently I have started seeing that, AEM author starts throwing JS error and doesnt load any component. Starts happening after a few deployments. Needs a restart to bring it back to normal. Screenshot attached. Anyone else facing this issue?

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

2 replies

Fanindra_Surat
Community Advisor
Community Advisor
January 6, 2021

Can you check the error log at that time and post your findings here. You could potentially find something there.

viveksachdeva
Community Advisor
Community Advisor
January 7, 2021
Nothing in the error logs..
Anudeep_Garnepudi
Community Advisor
Community Advisor
January 8, 2021

@viveksachdeva 

Check if any of the custom client lib is having OOTB client lib categories. If we use OOTB categories, the custom js will be included as part of OOTB js and if the custom js is having any error, that might break the complete authoring interface.

AG
viveksachdeva
Community Advisor
Community Advisor
January 9, 2021
If thats the case, restart of server should also not solve the issue right? But it works after restart..