Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

New CSS Changes not showing to all users on Chrome Desktop

Avatar

Level 2

AEM 6.5 

On Premises

 

I am hoping someone has encountered similiar issue. We are picking up that after publishing changes, that some users are not seeing the latest CSS changes on Desktop Chrome. We first thought it is one user and specific to corporate PCs but the issue is showing more in general public viewers.

 

I recently encountered it myself on specific url page (PROD) clear my browser cache (all history) and then tested the change again but on our specific url page but in PREPROD and the issue remained. 

 

The line of code 2513 under clientlib-site.css was not showing up on my page. 

 

Screenshot 2021-06-18 at 17.47.04.pngScreenshot 2021-06-18 at 17.30.45.pngScreenshot 2021-06-25 at 13.30.52.png

 

Mobile Chrome, Safari Desktop and Safari Browser, Firefox no issues. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Elbie47 Please use versioned Clientlib to avoid mentioned issue, follow below URL for detailed steps to implement it.

https://www.initialyze.com/blog/2020/03/versioned-client-libraries-aem/

 

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @Elbie47 ,

 

It looks like cache issue. May be the one of the publish server is still having old version of CSS cached which is not having below mentioned class. Do consider using appending hash value to the client library to have load latest css/js and avoid caching issue. 

 

 

You can use ACS AEM commons - Versioned ClientLibs

https://adobe-consulting-services.github.io/acs-aem-commons/features/versioned-clientlibs/index.html

Avatar

Correct answer by
Community Advisor

@Elbie47 Please use versioned Clientlib to avoid mentioned issue, follow below URL for detailed steps to implement it.

https://www.initialyze.com/blog/2020/03/versioned-client-libraries-aem/