You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The badge is rendered inside the <div class="reCaptcha"></div> with an error message: reCAPTCHA ERROR: Invalid domain for site key and then the code fails. If i remove container: 'reCaptcha', from the code it works (set aside the location for the badge).
Anyone have a solution for this?
The text was updated successfully, but these errors were encountered:
Adding container creates reCAPTCHA ERROR: Invalid domain for site key
Here is an excerpt of my code
The badge is rendered inside the
<div class="reCaptcha"></div>
with an error message: reCAPTCHA ERROR: Invalid domain for site key and then the code fails. If i removecontainer: 'reCaptcha',
from the code it works (set aside the location for the badge).Anyone have a solution for this?
The text was updated successfully, but these errors were encountered: