-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
captcha warning (but works anyway) on develop #22607
Comments
Cannot reproduce :( |
This is #16379 which got closed due to inactivity |
Upgrade to |
Text for better discoverability: „Error: reCAPTCHA has already been rendered in this element“ |
Higher chance to reproduce this:
|
Still seeing this. Here's a screenshot: And the HTML of the div that is the grandparent of the <html>
<head></head>
<body>
<div>
<div>
<p>This homeserver would like to make sure you are not a robot.</p>
<div id="mx_recaptcha">
<div style="width: 304px; height: 78px;">
<div>
<iframe title="reCAPTCHA" src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&k=redacted&co=redacted&hl=en&v=redacted&size=normal&cb=redacted" role="presentation" name="a-bnj6n2hdh4t1" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" width="304" height="78" frameborder="0"></iframe>
</div>
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div>
<iframe style="display: none;"></iframe>
</div>
<script src="https://www.recaptcha.net/recaptcha/api.js?onload=mxOnRecaptchaLoaded&render=explicit"></script>
<div class="error">
Error: reCAPTCHA has already been rendered in this element
</div>
</div>
</div>
</body>
</html> |
Steps to reproduce
Outcome
What did you expect?
no captcha warnings
What happened instead?
scary captcha warnings
Operating system
macOS 12
Browser information
Chrome 102
URL for webapp
develop.element.io
Application version
develop
Homeserver
m.org
Will you send logs?
No
The text was updated successfully, but these errors were encountered: