LAION-AI / Open-Assistant

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
https://open-assistant.io
Apache License 2.0
36.95k stars 3.22k forks source link

Website handle server errors more gracefully #3533

Open RubelliteFae opened 1 year ago

RubelliteFae commented 1 year ago

Back end:

Front end:

RubelliteFae commented 1 year ago

New error: Application error: a client-side exception has occurred (see the browser console for more information).

Console:

Documentation's suggested fix: Possible Ways to Fix It "Add error boundaries in your React tree to gracefully handle client-side errors and render a fallback view when they occur."

harshild commented 1 year ago

Hey! I can pick this up. Do we have designs for how to error/fall back page is supposed to appear ?