ACSD-63244: Resolve admin panel JavaScript issues, including Google Maps rendering and console errors
- Topics:
- Admin Workspace
CREATED FOR:
- Experienced
- Admin
- Developer
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
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:
-
Load the Adobe Commerce Admin UI.
-
Open the browser console and execute the following script:
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:
- Adobe Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide.
- Adobe Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in the Commerce on Cloud Infrastructure guide.
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool: A self-service tool for quality patches in the Tools guide.