Console Errors in Page without impact | Community
Skip to main content
akhilraj
Level 5
June 29, 2022

Console Errors in Page without impact

  • June 29, 2022
  • 4 replies
  • 1403 views

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.

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

DEBAL_DAS
New Member
June 29, 2022

could you please tell me aem version , path of those minified files.

Debal Das, Senior AEM Consultant
vanegi
Adobe Employee
Adobe Employee
June 29, 2022

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. 

ShaileshBassi
Community Advisor
Community Advisor
June 29, 2022

@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

 

akhilraj
akhilrajAuthor
Level 5
July 11, 2022

The inclusion of coralui3 fixed the issue. Thank you all