Styles are disappeared after resfresh - AEM version 6.5 | Community
Skip to main content
Level 3
April 26, 2021
Solved

Styles are disappeared after resfresh - AEM version 6.5

  • April 26, 2021
  • 2 replies
  • 993 views

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

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 arunpatidar

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.

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
April 26, 2021

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
BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
April 26, 2021

@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.