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
When using a custom next-hcaptcha.config.js and an environment variable containing the secret key that is not named HCAPTCHA_SECRET, all responses from https://hcaptcha.com/siteverify return the error code not-using-dummy-secret.
When using a custom
next-hcaptcha.config.js
and an environment variable containing the secret key that is not namedHCAPTCHA_SECRET
, all responses fromhttps://hcaptcha.com/siteverify
return the error codenot-using-dummy-secret
.e.g.
With the response payload from the
withHCaptcha
HOC when using the 'success' test key and secret:The cause of this seems to be because the environment variable is not correctly set in the
POST
payload. A PR will be issued for this shortly.The text was updated successfully, but these errors were encountered: