Sign in to continue
The Law Agent uses the same login as the Colvex Operations Hub. Open the hub login in a new tab, sign in, then come back here — your session will carry over automatically.
Stuck in a loop?
SESSION_SECRETin this app's.env.localmust match the hub's exactly.- On
localhostboth apps must share the host name (they do:localhost:3000andlocalhost:3002). - In production the hub must set the cookie's
Domainto the apex (e.g..colvex.ai). - If you just changed env vars, restart
npm run dev.