diff --git a/ui/litellm-dashboard/src/components/networking.tsx b/ui/litellm-dashboard/src/components/networking.tsx index 87ba0540e5..65470f193f 100644 --- a/ui/litellm-dashboard/src/components/networking.tsx +++ b/ui/litellm-dashboard/src/components/networking.tsx @@ -69,7 +69,7 @@ const handleError = async (errorData: string) => { lastErrorTime = currentTime; await sleep(3000); // 5 second sleep document.cookie = "token=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"; - window.location.href = baseUrl; + window.location.href = baseUrl + "ui/"; } lastErrorTime = currentTime; } else { @@ -4486,4 +4486,4 @@ export const teamPermissionsUpdateCall = async ( console.error("Failed to update team permissions:", error); throw error; } -}; \ No newline at end of file +};