Nextjs 14 ReCAPTCHA Setup (FULL GUIDE With V3)

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 39

  • @santiago12345678paul
    @santiago12345678paul Місяць тому +1

    Thanks bro! It was really lifesaving to me!

    • @benhaig
      @benhaig  Місяць тому

      Glad it helped out👍

  • @GabrielSouza-sl8vp
    @GabrielSouza-sl8vp 11 днів тому

    Nice video bro, thanks!

  • @chukyman2205
    @chukyman2205 3 місяці тому +1

    Thanks Ben! This was a really good and clear video about it :)

  • @bizil
    @bizil 8 місяців тому

    Thank you! Works like a charm!

  • @devmts
    @devmts 8 місяців тому

    Thanks! greetings from Brazil

  • @bieldosprazeres
    @bieldosprazeres 9 місяців тому

    Thank you for video! simple and perfect!

    • @mahipindwar6382
      @mahipindwar6382 9 місяців тому

      why i am getting false response ?

    • @benhaig
      @benhaig  5 місяців тому

      Glad it helped👍

  • @faresgalal2942
    @faresgalal2942 3 місяці тому

    Thanks a lot, that was really helpful❤

  • @romaind4853
    @romaind4853 9 місяців тому

    Thank you, very clear.

  • @bricecalice2079
    @bricecalice2079 6 місяців тому

    Thank you very much for this video sir.

    • @benhaig
      @benhaig  5 місяців тому

      No worries glad it helped 😁

  • @mogo6798
    @mogo6798 11 місяців тому +1

    Hey thanks for the great tutorial ❤
    When add the google reCaptcha, i got so many warnings on console regarding "cross-site contexts". Do you know how to clear/fix them?

    • @AlexTLOU
      @AlexTLOU 8 місяців тому

      did you end up solving it? im having the same problem

  • @MR_GREEN1337
    @MR_GREEN1337 2 місяці тому

    But you didn't sign in though, you only validated captcha?

  • @HoangPhan-le9yh
    @HoangPhan-le9yh 4 місяці тому

    Can u do with Cloudflare ?

  • @keyurgupta2685
    @keyurgupta2685 7 місяців тому +1

    i am using pages configuration and i have setup like src/pages/api/recaptchaSubmit/route.ts but while submiting the form i am getting axios error 404 can anyone help me with this problem. rest of my code is same as the video

    • @karelkutchan4729
      @karelkutchan4729 6 місяців тому

      Currently have the same problem, but with app router. Do you have some solution? It`s possible that we both have same problem. Thx

    • @benboz1
      @benboz1 4 місяці тому

      Did you ever figure out the solution? I am having the same problem after watching the tutorial

  • @BurningBOB
    @BurningBOB 3 місяці тому

    I was able to implement this with server actions and worked perfectly in localhost. As soon as i put i on a domain the widget dosnt load at all. Ive added the domain to the google admin console too. Am I missing something? Also, thanks so much for the video because no one else is demonstrating this.

    • @BurningBOB
      @BurningBOB 3 місяці тому

      An update to this is that it only occurs when i build and deploy as docker. So im assuming im missing something when building either in dockerfile or other.

    • @tomcatbuzz
      @tomcatbuzz Місяць тому

      No it will be broken if any user or yourself has ghostery or malware bytes browser guards, they completely block the recaptcha script now, no matter what solution you use. Been fighting this issue for weeks. I have many apps using recaptcha, they get blocked on my machine by browser guards, so I assume if users have the same they can't submit any forms.

  • @Foused87
    @Foused87 9 місяців тому

    how to do this on server side?

  • @Foused87
    @Foused87 9 місяців тому

    helpful

  • @19.pritamgiri73
    @19.pritamgiri73 10 місяців тому

    why are you hyper ventelating bro 🤣

  • @netTraverser
    @netTraverser 8 місяців тому +2

    Couldn't you just use a server action for this?

    •  7 місяців тому +1

      Were you able to do it?

    • @netTraverser
      @netTraverser 6 місяців тому

      @ Yes sir

    •  6 місяців тому

      @@netTraverser could you share a sample code please?

    • @karelkutchan4729
      @karelkutchan4729 6 місяців тому

      @@netTraverser could you provide the way how you did it please?

    • @netTraverser
      @netTraverser 6 місяців тому

      @@karelkutchan4729 check response below, or above. UA-cam is weird

  • @gauthier13
    @gauthier13 4 місяці тому

    Doas anyone have a brower-error ?

  • @AuroraDubnyk
    @AuroraDubnyk 18 днів тому

    For whatever reason the script never loads and the recaptcha client doesn't exist @_@

    • @benhaig
      @benhaig  18 днів тому

      If you want, feel free to send me the repo link and I can take a look for you👌

    • @AuroraDubnyk
      @AuroraDubnyk 17 днів тому

      @@benhaig Huhm I might take you up on the offer but this is a private repo unfortunately. I could probably get a minimum version up and running over the weekend though! I wonder if it is something to do with rehydration step, since the script does load but is unable to execute any commands due no client existing.