You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the auth client (React app) uses several strategies to handle HTTP errors (via fetch) returned by the client, only a few of which return a usable error to the user. All API calls should use the same error handling.
The text was updated successfully, but these errors were encountered:
rdkelley
changed the title
Refactor error handling in auth client
Refactor error handling in auth client & API routes
Feb 24, 2021
Currently the auth client (React app) uses several strategies to handle HTTP errors (via fetch) returned by the client, only a few of which return a usable error to the user. All API calls should use the same error handling.
The text was updated successfully, but these errors were encountered: