Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!
SOLVED

Flags not found

Avatar

Level 2

Hi,

Our app logs are spammed with "flags not found" error. We have added the flags under apps/jr/clientlibs/clientlib-libs/resources/flags but still getting these errors. Any help on this would be helpful.

31.08.2023 00:12:21.577 *INFO* [23.79.243.152 [1693440741572] GET /content/lass/published-sites/in/en/r-r/r-rov/clientlib-libs/resources/flags/SK.png HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /content/lass/published-sites/in/en/r-r/r-rov/clientlib-libs/resources/flags/SK.png not found
at org.apache.sling.featureflags.impl.FeatureManager.doFilter(FeatureManager.java:116) [org.apache.sling.featureflags:1.2.2]
at org.apache.sling.featureflags.impl.FeatureManager.doFilter(FeatureManager.java:116) [org.apache.sling.featureflags:1.2.2]
at org.apache.sling.featureflags.impl.FeatureManager.doFilter(FeatureManager.java:116) [org.apache.sling.featureflags:1.2.2]
at org.apache.sling.featureflags.impl.FeatureManager.doFilter(FeatureManager.java:116) [org.apache.sling.featureflags:1.2.2]
at org.apache.sling.featureflags.impl.FeatureManager.doFilter(FeatureManager.java:116) [org.apache.sling.featureflags:1.2.2]

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

Please make sure:

1. The name of the folder is called "resources"

2. This folder must be a direct child of thecq:ClientLibraryFolder node.

3. You have set the property allowProxy to true in your clientLib

4. You access the folder the same way you will access your clientLibs, i.e: /etc.clientlibs/geometrixx/components/clientlibs/resources/example.gif 

 

All the details can be found here: https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.htm... 



Esteban Bustamante

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

Please make sure:

1. The name of the folder is called "resources"

2. This folder must be a direct child of thecq:ClientLibraryFolder node.

3. You have set the property allowProxy to true in your clientLib

4. You access the folder the same way you will access your clientLibs, i.e: /etc.clientlibs/geometrixx/components/clientlibs/resources/example.gif 

 

All the details can be found here: https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.htm... 



Esteban Bustamante

Avatar

Community Advisor

Hello @SanthoshAs1 ,

 

In addition with steps from @EstebanBustamante you need to have Read permission for anonymous (assuming you are trying to access from publish server) user on the etc node.

 

Thanks