Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Issue in editable template AEM 6.5

Avatar

Level 4

I m not able to see anything after creating a template from ootb HTML5 in structure.html .Getting below error.

dillipd98390536_0-1686674773662.png

Please help here .

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @djohn98390536 ,

 

There are two errors on console, for first one you need to check why the object is null from which you are trying to get some object.

 

yourNullObject.shouldFilterEditable //  debug to find the reason of this object being null.

 

For second console error, pls check below thread if it helps-

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/uncaught-typeerror-handleb...

 

Thanks,

Ritesh Mittal

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @djohn98390536 ,

 

There are two errors on console, for first one you need to check why the object is null from which you are trying to get some object.

 

yourNullObject.shouldFilterEditable //  debug to find the reason of this object being null.

 

For second console error, pls check below thread if it helps-

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/uncaught-typeerror-handleb...

 

Thanks,

Ritesh Mittal