Closed
Description
Preconditions (*)
- Magento 2.3.4
Steps to reproduce (*)
- 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>
- Navigate to homepage, with opened developer console
Expected result (*)
- We shouldn't have any JS errors
Actual result (*)
- We have
Uncaught TypeError: Cannot read property '*' of undefined
error in the console