magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.53k stars 9.31k forks source link

JS error on the success page #38880

Closed sgeleon closed 4 months ago

sgeleon commented 4 months ago

Preconditions and environment


### Steps to reproduce

1. Put something in the basket.
2. Finish process the checkout 
3. On the page checkout/onepage/success/ open dev tools of browser

### Expected result

The console in the browser should be without any error.

### Actual result

I have got the error:

customer-data.js:189 Uncaught TypeError: Cannot read properties of undefined (reading 'remove') at customer-data.js:189:25 at Function.each (underscore.js:1330:17) at Object.remove (customer-data.js:188:15) at Object.invalidate (customer-data.js:359:20) at 85476d7025f78c1ee713247d0bb38174.js:3852:18 at Object.execCb (85476d7025f78c1ee713247d0bb38174.js:1696:33) at Module.check (85476d7025f78c1ee713247d0bb38174.js:883:51) at Module. (85476d7025f78c1ee713247d0bb38174.js:1139:34) at 85476d7025f78c1ee713247d0bb38174.js:134:23 at 85476d7025f78c1ee713247d0bb38174.js:1189:21



### Additional information

_No response_

### Release note

_No response_

### Triage and priority

- [ ] Severity: **S0** _- Affects critical data or functionality and leaves users without workaround._
- [ ] Severity: **S1** _- Affects critical data or functionality and forces users to employ a workaround._
- [ ] Severity: **S2** _- Affects non-critical data or functionality and forces users to employ a workaround._
- [ ] Severity: **S3** _- Affects non-critical data or functionality and does not force users to employ a workaround._
- [ ] Severity: **S4** _- Affects aesthetics, professional look and feel, “quality” or “usability”._
m2-assistant[bot] commented 4 months ago

Hi @sgeleon. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:

m2-assistant[bot] commented 4 months ago

Hi @engcom-Dash. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:


sgeleon commented 4 months ago

This problem was in our code. I closed it the bug report.