-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Checkout/view/frontend/web/template/billing-address/details.html tries to join street address fields on undefined value #33826
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
Comments
Hi @speedupmate. Thank you for your report.
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:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Is there any solutions for such case ? Highly interesting this issue |
Seem in magento requirejs default use async mode for request scripts |
@sivaschenko @sidolov @gabrieldagama, this issue should have p1 prio |
yes, rewrite/revert in theme scope |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
✅ Jira issue https://jira.corp.magento.com/browse/AC-691 is successfully created for this GitHub issue. |
❌ Cannot export the issue. This GitHub issue is already linked to Jira issue(s): https://jira.corp.magento.com/browse/AC-691 |
@engcom-Bravo fake the object from developer tools for your test if you can't find other ways |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hi @speedupmate, Thank you for reporting the issue. However, we tried to reproduce it on Magento 2.4-develop, we didn’t find any error in the checkout and the adding/updating billing address. Steps followed to reproduce issue:
As we are not able to reproduce this issue, hence closing this issue. Thanks |
this is so simple programming ABC I can't even argue here:
If you can't replicate this then make a condition where you can. Take dev-tools , add a breakpoint , remove the street variable from the object before you hit that line and you are there. This can happen when checkout templates are customised , network has issues as the checkout is not async, it tries to be but the asset loading is still a waterfall and quote object or any object related to it can be undefined, null, object, object with random parameters, object with full parameters, object without methods or full and proper object dependant on page loading and object init sequence . simplest customisation trough layout file is that you reveal the payment methods on first step , just move the xml to first step and you have it @ihor-sviziev maybe you can enlighten the team here |
Maybe @sdzhepa ? |
Could you please review this issue one more time? So, could you pls investigate the situation and bring more clarity to it? cc: @ihor-sviziev , @speedupmate |
Hello @sdzhepa @speedupmate @ihor-sviziev We will look into it and get back to you soon. Thanks |
Since this issue got closed without info, I searched the commits a bit for a reference that mentions "AC-691" and found this one: e2e82b0, hope it helps for people searching for a solution. |
@hostep was this resolved in 2.4.5? |
@leonhelmus yes this is resolved in 2.4.5 |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Uncaught TypeError: Unable to process binding "text: function(){return currentBillingAddress().street.join(', ') }"
created with a commit by @rostyslav-hymon on following 53b85cc#diff-e4dcdf0e20375ec650339c4cc63147ff8156a5eb9d2e82e2927d744599d157b5
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: