Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

SPA does not work on publish instances

Avatar

Level 2

We are using Angular AEM SPA Pages in our project. AEM SPA pages are working fine in author/preview and view as publish mode. But it is not working in publish instance. I can see json being fetched correctly. On debugging I noticed that jquery clienlib is not loading in publish instance for SPA pages.Also same code base/clientlib is working fine in author instance.

 

SCREENSHOT - Publish page console error 

siddupatil_0-1613975391978.png

 

Any help will be appreciated. Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @siddupatil,

 

The error clearly says there is some issue in JQuery dependency as you have mentioned. Can you check if the client-libs are loading properly in the publisher? To check it, view the page source and search for the below text which can confirm if the client-libs are loading fine.

<script type="text/javascript" src="...jQuery></script>

 

Hope this helps.

 

Thanks,

Kiran Vedantam.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @siddupatil,

 

The error clearly says there is some issue in JQuery dependency as you have mentioned. Can you check if the client-libs are loading properly in the publisher? To check it, view the page source and search for the below text which can confirm if the client-libs are loading fine.

<script type="text/javascript" src="...jQuery></script>

 

Hope this helps.

 

Thanks,

Kiran Vedantam.