0

I'm trying to integrate google recaptcha entreprise in a next.js app, when I use a non test key, the returned token is always null, however it's returned fine when I use a test key. What is the problem please.

Here is the github link for the repo: https://github.com/Seif-apprentus/Next-JS-Landing-Page-Starter-Template/blob/master/src/pages/login/index.tsx

  • 1
    What version are you using ? non test key(secret key) are only supported in reCAPTCHA v3 and v2, you need to register to get new API key pair, You can follow this [document](https://developers.google.com/recaptcha/intro) – Sai Chandra Gadde Jun 06 '23 at 12:48
  • Entreprise version and I already added non test key, I don't want to use v3 or v2, I want to use entreprise version! – Seif Eddine Slimene Jun 06 '23 at 16:54

0 Answers0