404 request to http.js on uncaught exception
chawes13 opened this issue · 2 comments
chawes13 commented
chawes13 commented
This has come up a few times and seems to trip up developers as a red herring. This is where the error is thrown, but it's not the code that is causing the issue.
chawes13 commented
This is the default behavior for axios. I don't think it should be handled in this library, as I would expect to be able to chain off of this command.
However, I think it might be reasonable to force a user to opt in to receiving the error on the lp-redux-api
side, since theoretically the error handling occurs in the reducer via handleFailure
or handleResponse