Skip to content

Troubleshooting login

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Resolve common login and SSO issues for Warp Enterprise users and IT admins.

This page covers common login issues for Warp Enterprise users, with a focus on SSO-related problems. For SSO setup and configuration, see Single Sign-On (SSO).

When launching Warp directly from Okta or another SSO provider’s app dashboard, you may see an error like “Unable to process request due to missing initial state.” This is a known limitation with the authentication flow.

To fix it:

  1. Go to app.warp.dev/login.
  2. Choose Continue with SSO.
  3. Log in with your normal SSO credentials.

If you originally created your Warp account with email, Google, or GitHub and now need to use SSO:

  1. Go to app.warp.dev/login.
  2. Log in with your original method (email, Google, or GitHub).
  3. Once logged in, visit app.warp.dev/link_sso.
  4. Click Link SSO to connect your existing account. You can now use Continue with SSO going forward.

If clicking the sign-up or login button opens a blank popup or nothing happens:

  • Your ISP or firewall may be blocking calls to *.googleapis.com. Try using a proxy or allowlisting this domain.
  • In some older Ruby development environments, .dev domains don’t resolve properly. If applicable, delete /etc/resolver/dev (more info).

If you see authentication errors or blank popups across browsers:

  1. Disable ad blockers for app.warp.dev.
  2. Clear cookies and cache, or try an incognito / private browser window.
  3. Try app.warp.dev/login again.

Safari-specific: If you see “Unable to access localStorage” errors, go to Safari Preferences > Privacy and uncheck Block all cookies. Firebase Auth requires cookies to track login state.

If you’re behind a proxy, QUIC traffic may not pass through correctly. Disabling QUIC in your browser forces a fallback to TCP, which typically resolves the issue:

Chrome / Chromium-based browsers (Edge, Opera, Arc):

  1. Navigate to chrome://flags.
  2. Search for Experimental QUIC protocol.
  3. Set it to Disabled.
  4. Relaunch the browser.

Firefox:

  1. Navigate to about:config.
  2. Accept the risk warning.
  3. Search for network.http.http3.enable.
  4. Double-click to set it to false.
  5. Restart Firefox.

Safari: There is no built-in option to disable QUIC in Safari.

If you see “This account has been flagged as fraudulent,” your account has triggered Warp’s fraud detection system. This can happen due to multiple account creation or use of throwaway emails (both against Warp’s Terms of Service).

Ad blockers or systems like Pi-hole can sometimes trigger false positives. Try temporarily disabling them and attempting login again.

If you’re still unable to authenticate, email appeals@warp.dev with the email address of the affected account. Appeals may take 5–10 days.

Enterprise customers can also contact their account manager or dedicated Slack/Teams channel for faster resolution.

If the browser doesn’t open automatically from Warp when you click “Sign up” or “Sign in”:

  1. Go to the Signup or Login page in your browser.
  2. Complete authentication in the browser.
  3. On the logged-in page, if “Take me to Warp” doesn’t work, click the here link to copy the authentication token.
  4. Paste the token into Warp.
  • Enterprise customers - Contact your dedicated Slack/Teams channel or account manager.
  • All other users - Visit warp.dev/contact for support.