Bug: reCAPTCHA client element removed during sign-in, blocking 2FA email
Summary
The sign-in page throws an uncaught reCAPTCHA error that appears to prevent form submission, which means the 2FA verification email is never sent.
Steps to Reproduce
- Navigate to gumroad.com/sign_in
- Enter email and password
- Attempt to proceed to 2FA step
- No 2FA email is received
Expected Behavior
reCAPTCHA completes successfully, form submits, and 2FA email is delivered.
Actual Behavior
reCAPTCHA client element is removed before completion. 2FA email is never sent, making it impossible to log in.
Console Errors
The following error appears in the browser console on the sign-in page:
Uncaught Error: reCAPTCHA client element has been removed: 0
at Array.<anonymous> (recaptcha__en.js:107:400)
at recaptcha__en.js:484:204
at MutationObserver.<anonymous> (useRecaptcha.tsx:47:92)
Environment
- Tested in Firefox (private window, no extensions) and fresh install of Chromium — same result in both
Bug: reCAPTCHA client element removed during sign-in, blocking 2FA email
Summary
The sign-in page throws an uncaught reCAPTCHA error that appears to prevent form submission, which means the 2FA verification email is never sent.
Steps to Reproduce
Expected Behavior
reCAPTCHA completes successfully, form submits, and 2FA email is delivered.
Actual Behavior
reCAPTCHA client element is removed before completion. 2FA email is never sent, making it impossible to log in.
Console Errors
The following error appears in the browser console on the sign-in page:
Environment