I am following AEM tutorial wknd tutorial. I have created the project using archetype and installed it on local AEM instance. Unlike the tutorial when i create a new page i do not get the option to drag and drop components and neither am i able to find any components in side rail.
I went to the template to edit it in design mode and enable components but could not find design mode to edit it to enable components.
I am not sure what to do to follow along with the tutorial. Any help is much appreciated.
I was able to resolve the issue by installing the wknd project again using -Pclassic option in the maven command. The project was designed for Cloud service but after reading the description in github for AEM 6.x.x it worked.
Building for AEM 6.x.x The project has been designed for AEM as a Cloud Service. The project is also backward compatible with AEM 6.4.8 and 6.5.5 by adding the classic profile when executing a build, i.e: mvn clean install -PautoInstallSinglePackage -Pclassic