Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError in Customer Section config #27228

Closed
ihor-sviziev opened this issue Mar 10, 2020 · 5 comments
Closed

Uncaught TypeError in Customer Section config #27228

ihor-sviziev opened this issue Mar 10, 2020 · 5 comments
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Reported on 2.3.4 Indicates original Magento version for the Issue report.

Comments

@ihor-sviziev
Copy link
Contributor

ihor-sviziev commented Mar 10, 2020

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
@m2-assistant
Copy link

m2-assistant bot commented Mar 10, 2020

Hi @ihor-sviziev. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento give me 2.4-develop instance - upcoming 2.4.x release

For more details, please, review the Magento Contributor Assistant documentation.

@ihor-sviziev do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?

  • yes
  • no

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Mar 10, 2020
@ihor-sviziev
Copy link
Contributor Author

@magento give me 2.4-develop instance

@magento-engcom-team
Copy link
Contributor

Hi @ihor-sviziev. Thank you for your request. I'm working on Magento 2.4-develop instance for you

@magento-engcom-team
Copy link
Contributor

Hi @ihor-sviziev, here is your Magento instance.
Admin access: https://i-27228-2-4-develop.instances.magento-community.engineering/admin_0c9f
Login: 1a451655 Password: b34b74506c41
Instance will be terminated in up to 3 hours.

@ihor-sviziev
Copy link
Contributor Author

Seems like not reproducing anymore on 2.4-develop branch. Fixed by #25764

@magento-engcom-team magento-engcom-team added the Reported on 2.3.4 Indicates original Magento version for the Issue report. label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Reported on 2.3.4 Indicates original Magento version for the Issue report.
Projects
None yet
Development

No branches or pull requests

3 participants