After deploying sample project into AEM6.5 Drag components here is not appearing even in we retail project
I have AEM 6.5.0 instance with We-Retail project everything is good. But I created a my sample project using below cmd
mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=41 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D aemVersion="6.5.0" -D includeDispatcherConfig=n -D frontendModule="general"after this I deployed project using below cmds
mvn clean install
mvn clean install -PautoInstallPackage -Padobe-publicNow all the projects in the instance is being displayed as blank pages, even we retail project pages are also showing as blank.



Maven version used - 3.8.6
Java version used - 11.0.11
Help me to get Drag components here option in the page. Thank you.