-
Notifications
You must be signed in to change notification settings - Fork 444
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
Invalid API key when using Enterprise #414
Comments
seems like it's supposed to be a different key
... idk how this is supposed to work, please check other issues, the wiki or possibly the setup guide for other languages on where these come from |
@ephracis I was having the same problem. This worked for me.
This is the request the gem makes:
|
Even if using the RECAPTCHA_SITE_KEY as credentials, I received error |
Thank you for explaining, the Google documentation completely skipped over this important detail. |
if the readme can be clearer about that, please make a PR :) |
Hi,
I am trying to figure out how to configure this gem for Enterprise reCaptcha.
First issue I ran into was that it seems like one needs to specify
config.site_key
, even when using enterprise. Should this be the same asconfig.enterprise_api_key
? If so, it seems weird to specify the same data twice.Next issue is that my
recaptcha_reply
states:I have tried using both the name of the key (that I chose), and the key ID (which was generated and is used in Googles example JS snippet), but I get the same error for both: Invalid API key.
Any ideas?
The text was updated successfully, but these errors were encountered: