Skip to content

Activation and login

Email verification links, sign-in problems, and what logged-out API responses mean in OpenQuok.

2 min read

Connect your agent today

Draft from chat, review in your calendar, and publish only what you approve.

Start for $0

Activation and login

Sign-up, email verification, and session checks behave differently on Cloud, local dev, and self-host without mail.

When EMAIL_ENABLED is on, new accounts must confirm email before full access. Links point to /verify-signup with a token and email query.

ProblemWhat to try
Link opens Home with no success messageToken missing, expired, or already used. Request a new email from the sign-in or verify page.
Truncated linkCopy the full URL from the message. Mail clients sometimes break long lines.
Wrong browserOpen the link in the same browser profile you used to sign up when possible.

I cannot sign in after sign-up

  • Confirm email when verification is enabled.
  • Reset password from the login page if you forgot it.
  • On self-host, check DISABLE_REGISTRATION if sign-up itself is closed — Docker Compose.

Logged-out API responses

When you are not signed in, some session checks return empty or not-found style responses by design. The web app uses that to show the login screen. That is normal in the network tab while logged out.

CLI device login

The openquok CLI uses a browser step at /cli/device/verify. If the code page fails to load, confirm BROWSER_ORIGIN and auth server URLs — CLI authentication.

Search documentation
Find a docs page
Discord Support