-
Notifications
You must be signed in to change notification settings - Fork 685
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
Retry logic in async action creators for cart causes infinite loops #344
Comments
Another developer attempting to contribute to I haven't seen the code behind this at all, but a wild guess would be some attempted error recovery when calling out to the REST APIs. Update: I'm now replicating this locally. Definitely the retry logic. Doesn't seem to have a working exit condition. |
Looks like several of the async action creators in |
same thing happened to me yesterday when I was testing the PWAServer refactor, here are a few shots with the stack trace that I was able to capture yesterday. |
* fix(venia): rm staleGuestCartId on error Fixes #344. * fix: misspelling in doc * fix: simplify omit logic
Experiencing an infinite loop in devtools when trying to add to cart when using a Cloud instance of 2.3.0.
Note: For users on slower machines, this is very difficult to debug as it crashes the browser tab.
The text was updated successfully, but these errors were encountered: