diff --git a/internal/apiserver/service/router.go b/internal/apiserver/service/router.go index 825f1d880..c3eaeb588 100644 --- a/internal/apiserver/service/router.go +++ b/internal/apiserver/service/router.go @@ -436,6 +436,9 @@ func (s *APIServer) installMiddleware() error { if strings.HasPrefix(c.Request().URL.Path, s.SqlWorkbenchController.CloudbeaverService.CloudbeaverUsecase.GetRootUri()) { return true } + if strings.HasPrefix(c.Request().URL.Path, s.SqlWorkbenchController.SqlWorkbenchService.GetRootUri()) { + return true + } if strings.HasPrefix(c.Request().URL.Path, "/provision/v") || strings.HasPrefix(c.Request().URL.Path, "/sqle/v") { return true