[PaaS only]{class="badge informative" title="Applies to Adobe Commerce on Cloud projects (Adobe-managed PaaS infrastructure) and on-premises projects only."}

ACSD-63244: Resolve admin panel JavaScript issues, including Google Maps rendering and console errors

The ACSD-63244 patch fixes the multiple JavaScript issues in the admin panel, including problems with Google Maps rendering and recurring Uncaught TypeError: this._each is not a function errors in the browser console. This patch is available with the Quality Patches Tool (QPT) 1.1.56. The patch ID is ACSD-63244. Please note that the issue was is scheduled to be fixed in Adobe Commerce 2.4.8.

Affected products and versions

The patch is created for Adobe Commerce version:

Adobe Commerce (all deployment methods) 2.4.4, 2.4.4-p9, 2.4.6-p7, 2.4.7

Compatible with Adobe Commerce versions:

Adobe Commerce (all deployment methods) 2.4.4 - 2.4.7-p3

NOTE
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your Adobe Commerce version, update the magento/quality-patches package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.

Issue

  • The Uncaught TypeError: this._each is not a function error appears in the browser console, disrupting the Admin UI functionality.
  • JavaScript error prevents Google Maps to render correctly.

Steps to reproduce:

  1. Load the Adobe Commerce Admin UI.

  2. Open the browser console and execute the following script:

    code language-none
    Object.values([] || {}).forEach((function(e) {
    e("dd")
    }));
    

Expected results:

The JavaScript functions available in the default JS library execute correctly without errors.

Actual results:

JavaScript errors appear in the browser console:

Uncaught TypeError: this._each is not a function

Apply the patch

To apply individual patches, use the following links depending on your deployment method:

To learn more about Quality Patches Tool, refer to:

recommendation-more-help
c2d96e17-5179-455c-ad3a-e1697bb4e8c3