Getting white blank page while uploading my project | Community
Skip to main content
New Participant
September 29, 2022
Solved

Getting white blank page while uploading my project

  • September 29, 2022
  • 3 replies
  • 1055 views

When I am using mvn clean install -PautoInstallPacakage to deploy my project

In aem i am getting an blank page. And when I upload the bundle in crdx.

And installing and uninstall that aem is not crashing. And I can see only some pages not full

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by HeenaMadan

Check bundles are active or not at http://localhost:4502/system/console/bundles and verify error logs.

Might be issue with core bundles not available at runtime.  Share logs.

3 replies

New Participant
September 29, 2022

@dilli_babu_22 Apart from checking bundles state and error.log, sometimes restarting the local server will resolve the issue.

HeenaMadan
HeenaMadanAccepted solution
New Participant
September 29, 2022

Check bundles are active or not at http://localhost:4502/system/console/bundles and verify error logs.

Might be issue with core bundles not available at runtime.  Share logs.

New Participant
September 29, 2022

Yes @heenamadan thanks 👍

New Participant
September 29, 2022

@dilli_babu_22 , can you paste the error logs here?