Expand my Community achievements bar.

SOLVED

Styles are disappeared after resfresh - AEM version 6.5

Avatar

Level 4

Hi Team,

 

I have created AEM Maven project using archtype 15, whenever, I make changes, after few days if I refresh Styles are just not appearing, after refresh all styles were gone. This happens with me multiple times.Could you please suggest what can be the issue.

 

And, can we make full fledge website for POC in AEM using AEM Non-licensed version??

If yes, which Archtype I should use??

 

 

 

Thanks,

Heena

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Please check the compatible version at https://github.com/adobe/aem-project-archetype/blob/master/VERSIONS.md

You can create a non-production website for PoC using Non-licensed version.



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Please check the compatible version at https://github.com/adobe/aem-project-archetype/blob/master/VERSIONS.md

You can create a non-production website for PoC using Non-licensed version.



Arun Patidar

Avatar

Community Advisor

@Heena91,

There could be a couple of reasons why your styles are missing after a couple of days.

1. If you are working in a shared development environment, there can be times when your colleagues are overwriting your changes. 

2. If you are working on a local development environment, maybe you are accidentally overwriting your client library under /apps/my-site/clientlibs/my-clientlib, when you are building and deploying code.

* Have a look at your crx/de find the client library, and take a look at the code. Determine what changes may have overwritten your client library files. 

Definitely, it is standard to use the aem-project-archetype as the base for your AEM project. You can use the aem-project-archetype as a base for a POC project or production-ready website. 

Any archetype version would work (making sure that the version is version compatible), https://github.com/adobe/aem-project-archetype

You can follow Arun's link for the complete list of versions that you should be using for a given AEM project via AEM environment.