waterwheel icon indicating copy to clipboard operation
waterwheel copied to clipboard

Feedback from failed API Calls in the UI

Open sphenlee opened this issue 2 years ago • 0 comments

If an API call in the UI fails (eg. the authentication proxy returns 403) no feedback is given to the user.

For forbidden errors:

  • A warning like "You have been logged out, please refresh the page" OR
  • Redirect back to the login page automatically

For other errors:

  • "Something went wrong, please refresh or try again later" ?
  • Maybe something else?

This behaviour should probably depend on what the authn proxy does (ie. does it return a redirect or a forbidden?)

sphenlee avatar Nov 09 '22 22:11 sphenlee