Hi,
In most of our pages we are seeing below error but it is not impacting the functionality.
As part of clean up we have to resolve the errors.
Any solution? It is OOTB.
Views
Replies
Total Likes
could you please tell me aem version , path of those minified files.
Hi @DEBAL_DAS : Any solution is available ?
Hi @akhilraj,
Can you try the below steps:
- Restart the instance
- Re-built the client libs
- Re-installed the AEM SP if any
Also, please check if you have any overlays created on the instance.
@akhilraj The clientlibs in AEM consist of JS and CSS and in some instances they get cached; which as would be obvious; causes issues. To remove this cache and rebuild the clientlibs, the following link is quite useful:
<domain-name>/libs/granite/ui/content/dumplibs.rebuild.html
There are individual buttons to invalidate the cache and rebuild the libraries on this page. For faster access, there is a query parameter for each process that can be appended to the URL:
Invalidate Caches: ?invalidate=true
Rebuild Libraries: ?rebuild=true
Thanks
The inclusion of coralui3 fixed the issue. Thank you all
Views
Likes
Replies