Problems after SP10 migration | Community
Skip to main content
samsundar23
Level 4
October 4, 2021
Solved

Problems after SP10 migration

  • October 4, 2021
  • 1 reply
  • 1526 views

After migrating to SP10, we are facing couple of issues;

  • While editing components which has RTE in experience fragments,
    the RTE's hyperlink plugin is not working and I see the below error;
  • Similarly, whenever I open an dialog, i see the below error

          

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by mahaboob

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.

1 reply

Ravi_Pampana
Community Advisor
Community Advisor
October 5, 2021

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 ?

mahaboobAccepted solution
Level 2
October 8, 2021

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.