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
- verifyWithPopup not called from a direct user gesture
- Browser popup blocker
- 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.
Related
SDK: verifyWithPopup(), verifyWithRedirect()
Troubleshooting: popup-redirect
Guides: Popup flow, Redirect flow
