Go to developer

popup_blocked

The browser blocked opening the KEYRA popup.

On this page
Clientpopupoauthwebpaste

Code: popup_blocked · Shape: sdk_client

Meaning

The browser blocked opening the KEYRA popup.

Likely causes

  1. verifyWithPopup not called from a direct user gesture
  2. Browser popup blocker
  3. Embedded iframe restrictions

How to diagnose

  • Catch KeyraOAuthError with code popup_blocked.
  • Reproduce from a button click handler.

How to fix

  • Open popup only from click/tap handlers
  • Offer redirect flow as fallback

Retry behavior

Yes — user-initiated retry or switch to redirect.

SDK: verifyWithPopup(), verifyWithRedirect()

Troubleshooting: popup-redirect

Guides: Popup flow, Redirect flow