diff --git a/apps/sim/next.config.ts b/apps/sim/next.config.ts index 114b646d04..82ea739586 100644 --- a/apps/sim/next.config.ts +++ b/apps/sim/next.config.ts @@ -132,7 +132,7 @@ const nextConfig: NextConfig = { }, { // For main app routes, Google Drive Picker, and Vercel resources - use permissive policies - source: '/(w/.*|api/tools/drive|_next/.*|_vercel/.*)', + source: '/(w/.*|workspace/.*|api/tools/drive|_next/.*|_vercel/.*)', headers: [ { key: 'Cross-Origin-Embedder-Policy',