SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
738 stars 383 forks source link

Infinite loop issue in checkout step1 and step3 for new user #501

Closed WeizhengSap closed 5 years ago

WeizhengSap commented 5 years ago

For new registered users, who don't have addresses and payment infos. In checkout step 1 (add shipping addresses) and step 3 (add payment details), there will be infinite loop issue.

marlass commented 5 years ago

I created a new test account and tried to buy one product. In checkout I didn't noticed any infinite loop. No duplicate requests found. Could you provide some more information about the issue? Tested on updated develop branch.

image

plabadie commented 5 years ago

PR: #556

WeizhengSap commented 5 years ago

This is a temporary solution. https://github.com/SAP/cloud-commerce-spartacus-storefront/issues/558 was created for future improvement.

KateChuen commented 5 years ago

Tested. Registered a bunch of new users, added new shipping & payment details. Also tested with registered users. Haven't encountered any infinite loop. Was able to checkout. Created ticket 669 for small issue found.