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

Editable Template - Issues

Avatar

Level 4

Whenever we are trying to load the page created via editable template  , we are getting the below error 

 

*WARN* [115.98.175.242 [1595520972821] GET /index.html HTTP/1.1]

com.day.cq.wcm.core.impl.TemplatedResourceImpl Unable to create a templated resource for resource: JcrNodeResource, type=wcm/foundation/components/responsivegrid, superType=null, path=/content/index, Page: com.day.cq.wcm.core.impl.PageImpl@f08a96c9

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@samr99530769,

Make sure your editable template is referencing to a valid resource in the JCR, does /wcm/foundation/components/responsivegrid exist? does this resource have the correct permissions?, and is the pre-configured component setup properly?

Can you please provide us with a screenshot of the structure of your editable template?
Also, after creating a page, can you screenshot the successfully created page, so we can analyse the node structure?

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@samr99530769,

Make sure your editable template is referencing to a valid resource in the JCR, does /wcm/foundation/components/responsivegrid exist? does this resource have the correct permissions?, and is the pre-configured component setup properly?

Can you please provide us with a screenshot of the structure of your editable template?
Also, after creating a page, can you screenshot the successfully created page, so we can analyse the node structure?

Avatar

Community Advisor

Hey, please try checking the few things-

 

1. does superType exists which is extending by responsiveGrid.

2. which article or blog you followed to create it?

3. have you added any policy or permission there?