Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

ACS commons QR-Code generation issue on editor.html

Avatar

Level 5

Hi Team,

we were working on enabling acs-commons QR code, to view the domain url publish page.

rajat168_0-1709796087609.png

 

localhost:

rajat168_1-1709796215318.png

 

The code was showing in my local when i enable this feature, same on AEMasCS environment its was not working. Kindly please suggest

rajat168_2-1709796263838.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Community Advisor

Hi @rajat168 ,
Please make sure AEM Author’s Externalizer OSGi service is properly configured for publish via the Adobe web Console.
Also, check the compatibility of ACS commons with your AEMasCS. You can follow below link for that
https://adobe-consulting-services.github.io/acs-aem-commons/pages/compatibility.html


Thanks
Tarun

Avatar

Level 5

Hi @TarunKumar , thanks for your response, we did compatibility check and configured AEM Author’s Externalizer OSGi service as well, but still we were not able to see the qr-code, though we were able to see in our local:4502 instance.

Please find OSGI config, kindly please check below config, is this valid or we need to add any further configs.

{
  "externalizer.domains": [
    "local $[env:AEM_EXTERNALIZER_LOCAL;default=http://localhost:4502]",
    "author $[env:AEM_EXTERNALIZER_AUTHOR;default=http://localhost:4502]",
    "publish $[env:AEM_EXTERNALIZER_PUBLISH;default=http://localhost:4503]",
    "preview $[env:AEM_EXTERNALIZER_PREVIEW;default=http://localhost:4503]"
  ]
}

Avatar

Community Advisor

Hi @rajat168, were you able to find a solution to this issue?

@Shreyas_tm is facing the same issue as per her query on QR Code Generation

 

Best Regards,
Rohan Garg

Avatar

Administrator

@rajat168 Did you find the suggestions from users helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni