Show error if queueing graph execution fails #8332
Labels
bug
Something isn't working
good first issue
Good for newcomers
platform/frontend
AutoGPT Platform - Front end
UI
If clicking "Run" results in a failure, e.g. the hard-coded input values are no longer valid, this isn't visible in the UI. This can happen e.g. with credentials when they are deleted from the user but not from the graph. The execution request returns an HTTP 400 but the UI doesn't show anything.
Suggestion: show a toast (
variant="destructive"
) with the error message.The text was updated successfully, but these errors were encountered: