Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Experience Fragments Building Blocks

Avatar

Level 2

I have created custom Template for Experience Fragments and I am unable to created Building Block to that template even i have unlocked the building blocks pollicy in the template. Please help me.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @Saiteja120,

Here are some things you can try to debug your error:

  1. Analyse and tail -f the /crx-quickstart/logs/error.log file to see what the real problem is; there may be an exception. When the error.log is tailed, apply the same actions on how you would edit the policies to allow components to be authored on a given editable template.
  2. Ensure that your basePage template is extending from the wcm.core.components.v2, to get the maximum benefit of AEM 6.5 and it's editable template features.
  3. If you are completely stuck, start on a FRESH AEM author instance (with examples), and FRESH AEM project as an example. Build the a new AEM Project into your running local instance with the Adobe AEM Project Archetype. A fresh build will populate an editable template with examples of allowed components and policies for authors. Within AEM's crx/de, JCR, OR source code, you can analyse how editable templates are configured: https://github.com/adobe/aem-project-archetype 

Good Luck!

View solution in original post

2 Replies

Avatar

Employee Advisor

Looks like something to do with the template setup.Can you try the same on we-retail sample content ? 

Also, try logging in with admin user to test it this is a user permissions issue 

Avatar

Correct answer by
Community Advisor

Hello @Saiteja120,

Here are some things you can try to debug your error:

  1. Analyse and tail -f the /crx-quickstart/logs/error.log file to see what the real problem is; there may be an exception. When the error.log is tailed, apply the same actions on how you would edit the policies to allow components to be authored on a given editable template.
  2. Ensure that your basePage template is extending from the wcm.core.components.v2, to get the maximum benefit of AEM 6.5 and it's editable template features.
  3. If you are completely stuck, start on a FRESH AEM author instance (with examples), and FRESH AEM project as an example. Build the a new AEM Project into your running local instance with the Adobe AEM Project Archetype. A fresh build will populate an editable template with examples of allowed components and policies for authors. Within AEM's crx/de, JCR, OR source code, you can analyse how editable templates are configured: https://github.com/adobe/aem-project-archetype 

Good Luck!