No design at /etc/designs/my-project/clientlib | Community
Skip to main content
varuns46785756
Level 5
November 23, 2016
Solved

No design at /etc/designs/my-project/clientlib

  • November 23, 2016
  • 1 reply
  • 4243 views

Hi,

I am getting this error in logs:I am using cq:designPath property also on my page level but still I am getting this error.Please suggest

com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/designs/my-project/clientlib-all. Using default.

 

Regards,

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 kautuk_sahni

Hi 

Every project has design associated with content. It contains CSS, JS, images etc which are used in components, templates. Also when you edit the page in design mode to choose allowed components, that information is also stored under design.

It seems the project you have created is not having design associated and hence the warning, project using default path for storing design information.

Designs are stored under /etc/designs. The path to the design to be used for a website is specified using the cq:designPath property of the jcr:content node.

Document link:- https://docs.adobe.com/docs/en/aem/6-1/develop/the-basics/designer.html#Using the Designer

 Source L- http://stackoverflow.com/questions/36173729/aem-no-design-message-displays-in-the-error-logs

~kautuk

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
November 23, 2016

Hi 

Every project has design associated with content. It contains CSS, JS, images etc which are used in components, templates. Also when you edit the page in design mode to choose allowed components, that information is also stored under design.

It seems the project you have created is not having design associated and hence the warning, project using default path for storing design information.

Designs are stored under /etc/designs. The path to the design to be used for a website is specified using the cq:designPath property of the jcr:content node.

Document link:- https://docs.adobe.com/docs/en/aem/6-1/develop/the-basics/designer.html#Using the Designer

 Source L- http://stackoverflow.com/questions/36173729/aem-no-design-message-displays-in-the-error-logs

~kautuk

Kautuk Sahni