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

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

Mark Solution

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

해결됨

Error in aem authoring JS

Avatar

Level 2

Hi Team,

 

I am getting the below error in the AEM authoring JS. When I comment one JS then its showing the same error for the other JS files as well. Please let me know if I need to add any dependencies.

 

Vanitha_Duraisamy_0-1688967890334.png

 

Vanitha_Duraisamy_1-1688967926063.png

 

@Vijayalakshmi_S  @arunpatidar @Suraj_Kamdi 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor
4 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

@Vanitha_Duraisamy Please check the below URL and look for missing semicolons in mentioned Js.

https://stackoverflow.com/questions/42036349/uncaught-typeerror-intermediate-value-is-not-a-function

Avatar

Level 2

As @Bhuwan_B mentioned, try with a semicolon,

(document, Granite.$);(function(...)){....
}

Avatar

Community Advisor

@Vanitha_Duraisamy ,

 

Please check if you have set the categories as "cq.authoring.dialog",

"granite.ui.foundation.admin" for the author client library where you have your authoring JS files.

Thanks @Sudheer_Sundalam

Tried this but no luck.