-
Notifications
You must be signed in to change notification settings - Fork 119
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
App crashes on 500 error #33
Comments
I see this too. App crashes on all errors. The crash happens a few seconds after the API returns during which time the browserTab is not responding. |
+1 |
In my case the issue was that I was using jQuery to make the ajax calls. jQuery's deferred is not equal to es6 Promise. Fixed it by replacing redux-promise with redux-deferred. |
Did't try to reproduce, but I'm quite sure the reason this happens, is that A solution to escape the recursion, is to |
…self. Fixes redux-utilities#33. Doing this with quick editing, without testing. Sorry, don't have much time now.
Ok, I found some time to test it and added some tests. |
App is crashing If API call returns with 500, And its working perfectly with redux-promise-middleware
The text was updated successfully, but these errors were encountered: