Following to the steps for WKND project tutorial and i am able to build the project successfully but the content pages are completely blank. appreciate if any help please.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @shoib_I,
There might be one out of many reasons that causing this issue as below
For AEM as a Cloud Service SDK:
$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage
For AEM 6.5.x:
$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage -Pclassic
[0]: https://github.com/adobe/aem-guides-wknd#system-requirements
Hope that helps!
Regards,
Santosh
Hi @shoib_I,
There might be one out of many reasons that causing this issue as below
For AEM as a Cloud Service SDK:
$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage
For AEM 6.5.x:
$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage -Pclassic
[0]: https://github.com/adobe/aem-guides-wknd#system-requirements
Hope that helps!
Regards,
Santosh
Are you using aem as cloud or AEM-6.5.x ? Deploy accordingly for https://github.com/adobe/aem-guides-wknd
Views
Likes
Replies