Closed LTiger14 closed 5 years ago
Execute steps from https://github.com/SAP/cloud-commerce-spartacus-storefront/issues/1792#issuecomment-519247141
1.Before starting, add the feature flag in app.module.ts as follows
features: {
configurableOccEndpoints: true
}
Test successful. Infinite loop not seen. 🆗 Cart fails within reason throughout. 🆗 Test done on dev-19
See comment: https://github.com/SAP/cloud-commerce-spartacus-storefront/issues/1792#issuecomment-519247141
As mentioned in the comment above when certain calls to the cart fail, the site can enter an infinite loop. This is not a configurable endpoints issue but it can be reproduced using the feature as described in the comment above.
The storefront should fail gracefully if the calls return errors.