/granite/ui/components/coral/foundation/components/clientlibs/components.js is OOTB js which is throwing an exception.
This issue is happening if there is more content to be loaded in the content tree. The current OOTB JS does not seem to have the code to load more content and subsequently throws the above exception.
The below code seems to be missing in on Prem, due to which load more is not working
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @bhap
You are right. This appears to be a bug that should be reported to Adobe. As a temporary solution, you can extend the clientlib and add the missing function so it works correctly until Adobe releases a hotfix.
@EstebanBustamante @SreenivasBr @shubhanshu_singh @RahulMohan @narendragandhi @digarg17 Your input would really help! If you have time, please review this question and share your thoughts.
Views
Replies
Total Likes
Hi @bhap
You are right. This appears to be a bug that should be reported to Adobe. As a temporary solution, you can extend the clientlib and add the missing function so it works correctly until Adobe releases a hotfix.
Hi @bhap ,
I have tried to replicate this in a vanilla 6.5 instance, and load more functionality of the content tree is working fine. This URL is called to load the content: http://localhost:4502/mnt/overlay/granite/ui/content/tree.40.html/content/dam/projects?columnPath=/m... . You can check if this URL is called upon clicking Load more button in the content tree. Also, check if any custom code is causing this exception.
Views
Likes
Replies