Copy link to clipboard
Copied
We are using AEM 6.1, jQuery 1.12.4 version. There is a requirement to upgrade jQuery to 3.5 + and followed https://jquery.com/upgrade-guide/3.0/fti
So when tried upgrading to jquery-3.6.0.min.js version without minification in Adobe Granite HTML library the site is working fine. But when minification is turned on the site is breaking and i found out the error we are getting in jQuery minification file i.e.,
Not supported here, you need to go to https://experienceleaguecommunities.adobe.com/
Copy link to clipboard
Copied
do you have a team or enterprise subscription?
Copy link to clipboard
Copied
Not supported here, you need to go to https://experienceleaguecommunities.adobe.com/
Copy link to clipboard
Copied
Use the un-compressed jQuery library.
<script
src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
crossorigin="anonymous"></script>