Improve Error Handling #16
Labels
bug
Something isn't working
functionality
Related to site functionality
release feature
Needed for production build, but not a core site feature
We do a bad job error handling front-end problems, we should improve the UX behind it. Maybe some kind of "report bug" type thing?
In the codebase itself, we should also do better error-handling with promises. Currently most errors are eaten, but this should be changed to do something more intelligent.
Additionally, there should be a better, standardized way to deal with API calls that fail. This error occurs when the front-end queries the back-end, and receives a status other than 200. WebStorm at the moment has warnings for this as a reminder that this issue exists.
The text was updated successfully, but these errors were encountered: