dozoisch / react-google-recaptcha

Component wrapper for Google reCAPTCHA
MIT License
1.01k stars 143 forks source link

Next.js 13 Using Pages Router - Recaptcha work when refresh page, but not after #287

Open Yos666666 opened 5 months ago

Yos666666 commented 5 months ago

I have a Next.js 13 application using pages router and I want to use google reCaptcha v2 (checkbox). Version of my react-google-recaptcha : 3.1.0. When I refresh the page, ReCaptcha work, but when I go to another page via a <Link> and return to the page where the ReCaptcha is located, I get the following error: image

I can't find any info on this, if anyone has an idea! Thx.

abematt commented 1 month ago

Hey , did you ever figure this out? @Yos666666