Expand my Community achievements bar.

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

?debugClientLibs=true , JS file are not included in source code but showing up in console (image attached)

Avatar

Level 2

I am using ?debugClientLibs=true to see that my css and JS files are there in AEM.  JS file is showing up in console(image attached) but when right click on page and see source code. It is not included in page .

1. if js file is in console(attached image), then it should included be in source code.

 

 

What is issue?

1 Accepted Solution

Avatar

Correct answer by
Level 10

From HTML source you should see written out all Clientlib categories as separate files.   Make sure you are using debugClientLibs & not debugConsole.

Also can you try in browser private window.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

From HTML source you should see written out all Clientlib categories as separate files.   Make sure you are using debugClientLibs & not debugConsole.

Also can you try in browser private window.

Avatar

Level 10

Are you getting an error message that the lib included in your client libs folder cannot be found?