diff --git a/kafka-ui-react-app/src/components/App.tsx b/kafka-ui-react-app/src/components/App.tsx index 44409c403ab..f1718e31005 100644 --- a/kafka-ui-react-app/src/components/App.tsx +++ b/kafka-ui-react-app/src/components/App.tsx @@ -30,6 +30,7 @@ const queryClient = new QueryClient({ defaultOptions: { queries: { suspense: true, + networkMode: 'offlineFirst', onError(error) { showServerError(error as Response); },