diff --git a/packages/twenty-front/src/modules/metadata-store/components/MinimalMetadataGater.tsx b/packages/twenty-front/src/modules/metadata-store/components/MinimalMetadataGater.tsx index 0adf45378d..41e362d6bb 100644 --- a/packages/twenty-front/src/modules/metadata-store/components/MinimalMetadataGater.tsx +++ b/packages/twenty-front/src/modules/metadata-store/components/MinimalMetadataGater.tsx @@ -21,7 +21,9 @@ export const MinimalMetadataGater = ({ children }: React.PropsWithChildren) => { isMatchingLocation(location, AppPath.SignInUp) || isMatchingLocation(location, AppPath.Invite) || isMatchingLocation(location, AppPath.ResetPassword) || - isMatchingLocation(location, AppPath.CreateWorkspace); + isMatchingLocation(location, AppPath.CreateWorkspace) || + isMatchingLocation(location, AppPath.PlanRequired) || + isMatchingLocation(location, AppPath.PlanRequiredSuccess); const shouldShowLoader = !isMinimalMetadataReady && !isOnExcludedPath;