After migrating to SP10, we are facing couple of issues;
there is a common link between the 2 issues wherein both has the error triggering point
at HTMLDocument.dispatch (jquery.min.js:1307)
I'm unsure whether this is the right link.
Kindly help me on the resolution of the problem.
Thanks
SS
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello,
This is due to underscore dependency which was there before AEM versions has been removed.
/libs/clientlibs/granite/lodash/modern (This modern folder had underscore category).
If you are using this underscore as dependency please change to lodash.underscore.
or if you have your previous versions backup take this package with filter (/libs/clientlibs/granite/lodash/modern) as backup and install on top of SP10.
Adobe said this was removed because of some security fixes
Thanks,
Mahaboob.
Views
Replies
Total Likes
Hi,
I tried with 6.5.10 and hyperlink in RTE plugin is working as expected
Can you try in plain AEM 6.5.10 instance and check whether the same issue is there. Otherwise there might be your custom clientlibs which might be causing the issue. Check whether your code is including higher version of jquery ?
Hello,
This is due to underscore dependency which was there before AEM versions has been removed.
/libs/clientlibs/granite/lodash/modern (This modern folder had underscore category).
If you are using this underscore as dependency please change to lodash.underscore.
or if you have your previous versions backup take this package with filter (/libs/clientlibs/granite/lodash/modern) as backup and install on top of SP10.
Adobe said this was removed because of some security fixes
Thanks,
Mahaboob.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies