AEM6.5 console error 404 for clientlibrarymanager | Community
Skip to main content
srinivas_chann1
Level 7
December 16, 2020
Solved

AEM6.5 console error 404 for clientlibrarymanager

  • December 16, 2020
  • 2 replies
  • 1128 views

Hi ,

 

I am getting the below error in console and is related to clientlibrarymanager.min.js  Could you please provide inputs as how could I resolve this.

It shows an error as 

 

console.log("LibraryManager: --\x3e evaluating js include failed: ",a)}else document.writeln('\x3cscript src\x3d"'+a+'" type\x3d"text/javascript"\x3e\x3c/script\x3e');else"css"===c?(c=document.getElementsByTagName("head")||document.getElementsByTagName("*"),c=c[0],f=document.createElement("link"),

 

 

 

 

 

Thanks

 

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 vmadala

 

I'm not sure how you're loading the clinelibs, It seems the path isn't valid. Try to load by the libs by calling the 'categories' name, It'll include the path automatically. Usually, the path should be inside the project let say my project name is 'training' path should be like below:

 

/etc.clientlibs/<myproject>/clientlibs/soical/thridparty etc..  

2 replies

vmadala
vmadalaAccepted solution
Level 3
December 16, 2020

 

I'm not sure how you're loading the clinelibs, It seems the path isn't valid. Try to load by the libs by calling the 'categories' name, It'll include the path automatically. Usually, the path should be inside the project let say my project name is 'training' path should be like below:

 

/etc.clientlibs/<myproject>/clientlibs/soical/thridparty etc..  

srinivas_chann1
Level 7
December 17, 2020

When I added the rule in dispatcher the errors got resolved .Is this the right fix, cannot I do some changes at aem publish instance which can resolve the issue instead at dispatcher.

 

/0002 { /type "allow" /url "/etc.clientlibs/*" }

 

Please provide inputs .

 

Thanks