Files
deer-flow/frontend/src/app
Willem Jiang 4dc328e460 fix(auth): use getBackendBaseURL() in auth-related fetch calls
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
2026-05-13 15:46:29 +08:00
..