Perplexity Google or Apple sign-in not working — how to fix

PerplexityLogin & AccessUpdated May 17, 2026
Quick Answer

Perplexity Google and Apple OAuth login failures have 3 primary causes: a browser extension or popup blocker preventing the sign-in window from opening, third-party cookies being blocked (required for OAuth to complete the session handshake), or Perplexity's access being revoked in your Google or Apple account settings. Open an incognito window and try logging in — if it works, a browser extension is the cause. If not, check that third-party cookies are enabled for perplexity.ai.

Step-by-Step Fix

Google and Apple sign-in failures on Perplexity follow predictable patterns. This guide covers the full set of causes — popup blocking, third-party cookie restrictions, revoked permissions, and network-level interference — and tells you exactly how to fix each one.

Step 1: Check for and Allow Popups from Perplexity

Both Google and Apple sign-in open a popup window to complete the authentication. If your browser's popup blocker prevents this, nothing happens when you click the login button.

In Chrome:

  1. Click Continue with Google or Continue with Apple
  2. Watch for a popup notification in the address bar (right side) — it looks like a small rectangle with an X
  3. Click the notification and select Always allow pop-ups and redirects from perplexity.ai
  4. Click the login button again

In Firefox:

  1. When the popup is blocked, Firefox shows a yellow bar at the top of the page
  2. Click Allow or click Options → Allow pop-ups for perplexity.ai
  3. Try the login button again

In Safari:

  1. Go to Safari → Settings → Websites → Pop-up Windows
  2. Find perplexity.ai in the list and change the setting to Allow
  3. Reload the page and try again

Step 2: Enable Third-Party Cookies for Perplexity

The OAuth handshake that Google and Apple use relies on third-party cookies to pass the authentication token back to Perplexity. If third-party cookies are blocked, the popup will open but fail to complete.

Chrome:

  1. Go to Settings → Privacy and Security → Cookies and other site data
  2. If set to "Block third-party cookies," either switch to "Allow all cookies" or add an exception:
    • Click Add under "Sites that can always use cookies"
    • Add perplexity.ai and [*.]google.com
  3. Reload perplexity.ai and try logging in

Firefox:

  1. Go to Settings → Privacy and Security → Enhanced Tracking Protection
  2. If set to Strict mode, switch to Standard or Custom
  3. Alternatively, click the shield icon in the address bar on perplexity.ai and toggle off Enhanced Tracking Protection for this site

Edge:

  1. Go to Settings → Cookies and site permissions → Cookies and data stored
  2. Under "Allow" add perplexity.ai
  3. Ensure "Block third-party cookies" is not enabled for Perplexity

Step 3: Test in an Incognito Window

Incognito mode disables most extensions and uses default cookie settings, making it a reliable diagnostic tool.

  1. Press Ctrl+Shift+N (Chrome/Edge) or Ctrl+Shift+P (Firefox) to open an incognito window
  2. Navigate to perplexity.ai/login
  3. Click Continue with Google or Continue with Apple
  4. Complete the authentication and check whether it works

If incognito login succeeds, an extension in your regular browser is blocking the OAuth flow. Proceed to Step 4. If incognito login also fails, proceed to Step 5 (network or account issue).


Step 4: Disable Extensions One by One

If incognito works but your regular browser does not, isolate the problematic extension.

  1. Go to your browser's Extensions page (Chrome: chrome://extensions, Firefox: about:addons)
  2. Disable all extensions
  3. Try logging in to Perplexity — if it works, an extension was the cause
  4. Re-enable extensions one at a time, testing Perplexity login after each
  5. When login breaks again, you have found the culprit extension
  6. Add perplexity.ai to that extension's allowlist/whitelist

Common problematic extensions: uBlock Origin, AdGuard, Ghostery, Privacy Badger, NoScript, Disconnect, and any VPN browser extension.


Step 5: Check Your Google or Apple Account Permissions

If the issue is not extension-related, your account may have revoked Perplexity's OAuth access or have a pending verification requirement.

For Google:

  1. Go to myaccount.google.com → Security → Third-party apps with account access
  2. Look for Perplexity in the list
  3. If it is not there, this is normal — click "Continue with Google" on Perplexity and it will ask for permission again
  4. If it is there but showing a warning or error, click it and remove access, then re-authorize from the Perplexity login page
  5. Also check that your Google account does not have a pending security action (password change, recovery phone verification, etc.) that would block third-party app access

For Apple:

  1. On iOS, go to Settings → [your name] → Sign in with Apple
  2. Find Perplexity in the list — if it is not there, you have not signed in with Apple on this device before
  3. If you see a warning, tap Perplexity and tap Stop Using Apple ID, then re-authorize from Perplexity's login page
  4. On macOS, go to System Settings → Apple ID → Password and Security → Apps Using Apple ID

Step 6: Test on a Different Network

OAuth redirects can be blocked by network-level filtering, especially on corporate or university Wi-Fi.

  1. Disconnect from your current network
  2. Connect via a mobile hotspot or a different Wi-Fi network
  3. Navigate to perplexity.ai/login and attempt OAuth login
  4. If it works on the alternate network, your primary network is filtering OAuth traffic

Google's authentication endpoint (accounts.google.com) and Apple's endpoint (appleid.apple.com) must both be reachable for OAuth to succeed. Corporate networks that use content filtering may block these domains in certain configurations.


Step 7: Clear Browser Cache and Stored Credentials

Stale authentication data in your browser's cache can create conflicts during the OAuth flow.

  1. Open browser settings and navigate to the Privacy/History section
  2. Clear cookies and cached data for the last 7 days (or "All time" for a thorough reset)
  3. Also clear any saved passwords for perplexity.ai in your browser's password manager, as incorrect stored credentials can interfere with OAuth
  4. Restart your browser completely and try the login again

Why This Happens

Perplexity uses OAuth 2.0 for Google and Apple sign-in, which requires a multi-step exchange: Perplexity redirects you to Google or Apple's login page, you authenticate there, and then Google or Apple sends a token back to Perplexity confirming your identity. This process depends on three browser behaviors working correctly: popups being allowed (so the Google/Apple window can open), third-party cookies being enabled (so the token can be passed back to Perplexity's domain), and no extension intercepting the redirect request. When any of these three conditions fails, the login either appears to do nothing (popup blocked) or starts but never completes (cookies blocked or redirect intercepted). Because modern browsers have become progressively stricter about popups and third-party cookies as privacy protections, these failures have become more common even without user action.


Common Mistakes to Avoid

  • Clicking the login button repeatedly when nothing happens. Multiple clicks initiate multiple parallel OAuth sessions, which can create state conflicts. Click once, wait 15 seconds, and if nothing opens, look for the popup blocked notification.
  • Resetting your Perplexity password when using OAuth login. If your account was created with Google or Apple, you do not have a Perplexity password to reset. The password reset flow only applies to email/password accounts.
  • Blocking third-party cookies globally without adding exceptions. A global third-party cookie block will break OAuth login on Perplexity and many other sites. Add a site-specific exception for perplexity.ai rather than changing the global setting.
  • Testing on the same network and browser after failing. If your first test fails, changing only one variable at a time (browser, then network, then extensions) is the only way to isolate the cause. Testing on the same setup with the same conditions will always produce the same result.
  • Assuming the problem is with Perplexity's servers. OAuth failures are almost always client-side (browser or network), not server-side. Perplexity's servers rarely cause OAuth failures during normal operation. Check status.perplexity.ai only after ruling out browser and network causes.
  • Trying to sign in with Apple on an Android device without a two-factor authentication device nearby. Sign in with Apple requires two-factor authentication. If you do not have access to a trusted Apple device or phone number, you will not be able to complete Apple sign-in on any platform.

View all Perplexity guides

Perplexity · Login & Access

More Perplexity login & access guides

Browse all guides in this category to troubleshoot related issues faster.

Browse all guides →

Frequently Asked Questions

When clicking 'Continue with Google' produces no visible response, a popup blocker is almost certainly preventing the Google sign-in window from opening. Chrome, Firefox, and Edge all have built-in popup blockers, and many ad blocker extensions add their own layer on top. Look for a popup blocked notification in your browser's address bar — usually a small icon on the right side. Click it and select 'Always allow pop-ups from perplexity.ai.' After allowing popups, click 'Continue with Google' again. If you still see no response, disable all browser extensions in a regular window or test in an incognito window, where extensions are off by default.

Related Guides

Continue with nearby guides in the same topic to rule out adjacent causes faster.

Perplexity Access Denied or Session Expired – How to Fix

Perplexity 'Access Denied' errors indicate either a geographic restriction or an account permission problem, while 'Session Expired' simply means your 30-day login session has ended and you need to sign in again. For Session Expired, just log back in — your data is safe. For Access Denied, try disabling your VPN first, then check whether your account or subscription is in good standing at perplexity.ai/settings.

Can't Log Into Perplexity – How to Fix

If you can't log into Perplexity, the three most likely causes are: account temporarily locked after multiple failed attempts (wait 15–30 minutes), email verification not completed at signup (check your inbox for a verification link), or an OAuth account conflict where you signed up with Google but are trying to log in with a different email. Identify which scenario applies, then follow the targeted fix below.

Perplexity Keeps Logging Out – Fix Session Not Retained

If Perplexity keeps logging you out, the most common cause is browser cookies being blocked or cleared automatically. Fix it by going to your browser's cookie settings and allowing perplexity.ai to store cookies, then disable any 'clear cookies on close' setting. Browsers in private/incognito mode always log you out on close — this is by design. If you use a normal browser window but still get logged out, the issue is typically a cookie-blocking extension or a strict browser privacy setting.

Perplexity login not working on desktop app or browser — how to fix

Perplexity desktop login failures are caused by 4 main issues: browser extensions blocking OAuth requests, expired SSL certificates on corporate networks, corrupted cached session data, or an enterprise firewall intercepting the authentication redirect. Start by opening an incognito window and trying to log in — if that works, a browser extension is the cause. If incognito also fails, test on a mobile hotspot to rule out network-level interference.

Perplexity login not working on mobile (iOS and Android) — how to fix

Perplexity mobile login fails for different reasons on iOS and Android. On iOS, the most common cause is that Sign in with Apple is misconfigured or your iCloud account is logged out, which prevents the Apple ID handshake. On Android, outdated Google Play Services breaks Google sign-in. In both cases, force-close the Perplexity app, clear the app cache, and try again — if that fails, uninstall and reinstall the app to get a clean authentication state.