aem-project-archetype icon indicating copy to clipboard operation
aem-project-archetype copied to clipboard

Maven template to create best-practice websites on AEM.

Results 154 aem-project-archetype issues
Sort by recently updated
recently updated
newest added

### Expected Behaviour On a default setup with the project archetype, the headers (Origin, Access-Control-Request-Method, Access-Control-Request-Headers) necessary for CORS to function should be passed through to render instances ### Actual...

Hi archetype authors / contributors, not sure if you are aware but, there is a high severity vulnerability with async package used by aem-clientlib-generator, https://github.com/advisories/GHSA-fwr7-v2mv-hh25 Fortunately, someone already reported this...

### Expected Behaviour When using AEM mocks, I should be able to load json into the AemContext without error. ### Actual Behaviour When using AEM mocks, loading json files for...

### Expected Behaviour All modules produced by the archetype should have 0 errors when running `mvn clean test`. ### Actual Behaviour When running `mvn clean test` on the ui.content module,...

### Expected Behaviour Being able to execute a non-production pipeline without errors. ### Actual Behaviour A non-production pipeline is failing when trying to run ui.frontend `npm test`. I attached a...

Expected: Maven build should be successful Actual: Maven behavior is not successful Platform: Java 8 and Maven 3.3.9.I am on AEM 6.5.9.0 Refer https://github.com/adobe/aem-guides-wknd/issues/332 Request to see if we can...

### Expected Behaviour When you click on a navigation item, the route should change. ### Actual Behaviour Nothing happens. All the navigation links point to "#". ### Reproduce Scenario (including...

## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...

Hi, I have been using this project to generate AEM apps, recently deploying to our Test environment caused the instance to crash. Exact file that caused the issue `ui.config/src/main/content/jcr_root/apps/PROJECT/osgiconfig/config.author/com.adobe.granite.cors.impl.CORSPolicyImpl~PROJECT.cfg.json` This...

The core bundle generated fails to start after installation with error - org.apache.sling.api.request,version=[2.5,3) -- Cannot be resolved org.apache.sling.api.resource,version=[2.13,3) -- Cannot be resolved Its expecting [2.5,3) and [2.13,3) versions of the...