mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-20 07:01:03 +00:00
4dc328e460
Auth pages (login, setup) and components (AuthProvider, account-settings, workspace layout) used hardcoded relative paths like /api/v1/auth/... instead of the configurable getBackendBaseURL() used by the rest of the codebase. This prevented them from reaching the backend when NEXT_PUBLIC_BACKEND_BASE_URL was set to a different origin. Closes #2859