Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Widget] ConversationalWidget: Better UX / error handling when inference API throws a 503 #520

Open
SBrandeis opened this issue Feb 29, 2024 · 3 comments
Labels
bug Something isn't working widgets

Comments

@SBrandeis
Copy link
Contributor

Right now if the underlying model is re-deploying, the widget just looks broken / unresponsive

The network call does end up in a 503 though - we should display an error message

image

@SBrandeis SBrandeis added bug Something isn't working widgets labels Feb 29, 2024
@pcuenca
Copy link
Member

pcuenca commented Feb 29, 2024

An error does come up after it timeouts. Maybe a progress indicator of some sort would be enough?

Screenshot 2024-02-29 at 15 56 11

@omjeem
Copy link

omjeem commented Mar 12, 2024

We can utilize the Toastify library to enhance the current progress with customizable and visually appealing toast notifications.

@coyotte508
Copy link
Member

We can utilize the Toastify library to enhance the current progress with customizable and visually appealing toast notifications.

We try to avoid adding external libraries in the non-dev dependencies, but we could take inspiration from it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working widgets
Projects
None yet
Development

No branches or pull requests

4 participants