Does reCAPTCHA only work when the site is deployed? #243
Replies: 2 comments 5 replies
-
You probably need to add that being said if you're getting an actual error message in the UI, this might be something different. let me know if the admin settings make a difference. |
Beta Was this translation helpful? Give feedback.
-
I already added On a whim I just tried it in Firefox and got these messages printed to the Javascript console:
And now I notice that Chrome is printing these messages in the console: So maybe third party cookies are messing things up? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just added reCAPTCHA public and secret keys to my project's config.env file. Now when I try to log in, it immediately fails with a "recaptcha" error, and nothing gets printed to the logs indicating what went wrong. I noticed that the documentation page that describes how to set up reCAPTCHA is the "Deploy to production" page. Is this failing because reCAPTCHA only works on a fully deployed app? If not, any idea what's going wrong, or how to get more diagnostic information about what's going wrong?
Beta Was this translation helpful? Give feedback.
All reactions