+ There is a problem loading the component of this page. Try + refreshing the page. +
++ There is a problem loading the component of this page. Try + refreshing the page. +
+
We can't find the page you are looking for. You may have typed
the wrong address or found a broken link.
diff --git a/pkg/ui/workspaces/db-console/src/views/app/containers/layout/index.tsx b/pkg/ui/workspaces/db-console/src/views/app/containers/layout/index.tsx
index 61da39b8a640..7cf797c863f6 100644
--- a/pkg/ui/workspaces/db-console/src/views/app/containers/layout/index.tsx
+++ b/pkg/ui/workspaces/db-console/src/views/app/containers/layout/index.tsx
@@ -14,6 +14,7 @@ import { RouteComponentProps, withRouter } from "react-router-dom";
import { connect } from "react-redux";
import NavigationBar from "src/views/app/components/layoutSidebar";
+import ErrorBoundary from "src/views/app/components/errorMessage/errorBoundary";
import TimeWindowManager from "src/views/app/containers/timewindow";
import AlertBanner from "src/views/app/containers/alertBanner";
import RequireLogin from "src/views/login/requireLogin";
@@ -99,7 +100,7 @@ class Layout extends React.Component