litellm/ui
ryan-crabbe-berri 21bbba687f fix(ui): stop double-dispatching handleError from legacy query hooks
The new global QueryCache.onError already routes every query error through
handleError. The query fetch helpers in these hooks also called handleError
inline, so each failure dispatched twice; today the second call is swallowed
only by the 60s throttle in handleError, which is fragile if that throttle or
handleError ever changes. Drop the inline call from the query paths and let
the throw reach the global sink, which re-derives the same message.

Mutation hooks are left as-is because there is no global MutationCache.onError;
removing their inline handler would drop error reporting entirely.
2026-06-30 16:45:25 -07:00
..
litellm-dashboard fix(ui): stop double-dispatching handleError from legacy query hooks 2026-06-30 16:45:25 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00