diff --git a/packages/ui/vite.config.ts b/packages/ui/vite.config.ts index 26f0a38..ad3a076 100644 --- a/packages/ui/vite.config.ts +++ b/packages/ui/vite.config.ts @@ -19,6 +19,7 @@ const proxy = disableProxy "^/setup/status$": proxyTarget, "^/setup/admin$": proxyTarget, "/auth": proxyTarget, + "/me": proxyTarget, "/admin": { target: proxyTarget, bypass: (req) => (shouldBypassForSpaNavigation(req) ? req.url : undefined),