Hi,
I downloaded sdk instance for cloud then I after i created a project with archtype34 and deployed into instance then im getting this issue
Views
Replies
Total Likes
Hi @Vani1012
I have setup up AEMaaCS (2022.1.6198.20220113T173638Z-211100) on local and created wknd-spa-react project with archetype version 34, couldn't find such error. Please check if you are using same command for cloud as below.
mvn -B archetype:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=34 \ -D appTitle="WKND SPA React" \ -D appId="wknd-spa-react" \ -D artifactId="aem-guides-wknd-spa.react" \ -D groupId="com.adobe.aem.guides.wkndspa.react" \ -D frontendModule="react" \ -D aemVersion="cloud"
Regards,
Santosh
I created project using this command
mvn -B org.apache.maven.plugins:maven-archetype plugin:3.2.1:generate
-D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=34 -D appTitle="WKND SPA React" -D appId="wknd-spa-react" -D artifactId="aem-guides-wknd-spa.react" -D groupId="com.adobe.aem.guides.wkndspa.react" -D frontendModule="react" -D aemVersion="cloud"
Hi,
What java version are you using? AEMaaCS works with java11.
Views
Likes
Replies