Checkout - Infinite loading indicator when server returned error #18330
Labels
Component: Checkout
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Reproduced on 2.2.x
The issue has been reproduced on latest 2.2 release
Reproduced on 2.3.x
The issue has been reproduced on latest 2.3 release
Uh oh!
There was an error while loading. Please reload this page.
Preconditions
Steps to reproduce
Expected result
Actual result
Additional info
Issue appearing here:


https://test-magento-instance.com/pub/static/version1538398224/frontend/Magento/luma/en_US/Magento_Checkout/js/model/shipping-rate-processor/new-address.js contains following line - errorProcessor tries to process response
but it can't process JSON.parse on empty string and throwing exception:
As result we "always" section in new-address.js file is not processed.
We have following JS error in console:

PS: I tested it on following test instance: https://i-18112-2-2-6.engcom.dev.magento.com/test.html
The text was updated successfully, but these errors were encountered: