Error in logs for /etc/designs | Community
Skip to main content
Level 4
April 10, 2022
Solved

Error in logs for /etc/designs

  • April 10, 2022
  • 1 reply
  • 1011 views

Hi team,

 

Getting below error in logs one of of publishers

 

10.04.2022 05:18:49.462 *DEBUG* [14.140.116.145 [1649531929460] GET /etc/designs/<my_project>/jcr:content.infinity.json HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignCacheImpl No design node found at /etc/designs/<my_project>
10.04.2022 05:18:49.462 *ERROR* [14.140.116.145 [1649531929460] GET /etc/designs/<my_project>/jcr:content.infinity.json HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/designs/<my_project>. Using default.

Favicon icons are not getting picked up from the design and when checked url it looks its using default. Any pointers to check on same. Design exist in /etc/design folder 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Bhuwan_B

@nehama Using /etc/designs/<my_project>/favicon.ico is old way of implementing favicon.ico. Please refer to WKND (sample Adobe Experience Manager project) for the latest implementation reference.

https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/components/page/customheaderlibs.html

https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/components/page/favicons.html

1 reply

Bhuwan_B
Community Advisor
Bhuwan_BCommunity AdvisorAccepted solution
Community Advisor
April 10, 2022

@nehama Using /etc/designs/<my_project>/favicon.ico is old way of implementing favicon.ico. Please refer to WKND (sample Adobe Experience Manager project) for the latest implementation reference.

https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/components/page/customheaderlibs.html

https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/components/page/favicons.html