Skip to content

Uncaught TypeError in Customer Section config #27228

Closed
@ihor-sviziev

Description

@ihor-sviziev

Preconditions (*)

  1. Magento 2.3.4

Steps to reproduce (*)

  1. Add to the body following code to the homepage content:
<script>
    require(['jquery'], function (jQuery) {
        jQuery.ajax({
            url: window.location.protocol + '//' + window.location.hostname + '/',
            method: 'POST',
            data: {}
        });
    });
</script>
  1. Navigate to homepage, with opened developer console

Expected result (*)

  1. We shouldn't have any JS errors

Actual result (*)

  1. We have Uncaught TypeError: Cannot read property '*' of undefined error in the console

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue: Format is validGate 1 Passed. Automatic verification of issue format passedReported on 2.3.4Indicates original Magento version for the Issue report.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions