Expand my Community achievements bar.

SOLVED

Issue with AEM Extension Manager

Avatar

Level 9

Hello Team,

 

My team has created Adobe IO run time project
I have created Content Fragment extension project. Deployed the project to Development workspace.
Able to test the feature using this url. Able to test my content fragment.
https://experience.adobe.com/?devMode=true&ext=https://123456-pocProject-development.adobeio-static....


Deployed the same code to Production workspace. Able to test my content fragment using this URL
https://experience.adobe.com/?devMode=true&ext=https://123456-pocProject.adobeio-static.net&repo=aut...


Then, I have clicked on Approval. Added all the details. Now, system admin has approved the workspace.
Now, the status of Production workspace is Published.

In that case, now this extesion should work for my AEM dev, UAT env.
when I open the content fragment in new Content Fragment Editor protal
But, Its not working as expected.
Ideally now, without modifying the url (i.e withour ?devMode=true &repo=details) feature shoulf work

I have referred this video as well: https://www.youtube.com/watch?v=QDc0QEUOBB8

 

Can someone help me with this?

 

cc @arunpatidar  @sarav_prakash @AmitVishwakarma  @daniel-strmecki  @AMANATH_ULLAH 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Mahesh_Gunaje ,

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @Mahesh_Gunaje 

 

It appears your Content Fragment extension, deployed and approved in the Production workspace, isn’t working in your AEM dev and UAT environments without the devMode=true parameter. This suggests a configuration step might be missing after publishing. Log in to Adobe Experience Manager Extension Manager, select the appropriate program and environment, and enable the extension. This step, likely missed. I believe. 

 

Please confirm this once 

 

Thanks 

Partyush

Avatar

Level 9

Thanks @partyush   for understanding my issue. 

I checked this URL. Selected the right  program and environment. 

https://experience.adobe.com/#/@abcd/aem/extension-manager/

Then, in the right section I cannot see my Content Fragment Extension project. Discussed the same with my AEM architect. He told me that custom Extension project will never show here. This portal is for public extension project. So, once the production workspace is approved, this feature will be automatically available for all our AEM environments.

But, as per this video https://www.youtube.com/watch?v=QDc0QEUOBB8 and some other info., I should be able to see my project under Extension Manager (After the prod workspace approval)

Not sure, why project is not visible in Extension Manager

 

Thanks

 

Avatar

Correct answer by
Community Advisor

Hi @Mahesh_Gunaje ,

Avatar

Level 9

Thanks a lot @AmitVishwakarma  for your detailed explanation.

Able to figure out the exact issue.

Issue was in the file: app.config.yaml

extensions:
  aem/cf-editor/1:
    $include: src/project-folder/ext.config.yaml
Earlier   "aem/cf-editor/1" this was different text. Now, I have corrected this line. Deployed the code to Production workspace. Able to see the project in Extension Manager portal.
Referred this project repo as well: https://github.com/adobe/aem-uix-examples