내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
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.