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?
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
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.
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.
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.
@@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.
Thanks bro! It was really lifesaving to me!
Glad it helped out👍
Nice video bro, thanks!
Thanks Ben! This was a really good and clear video about it :)
Thank you! Works like a charm!
Thanks! greetings from Brazil
Thank you for video! simple and perfect!
why i am getting false response ?
Glad it helped👍
Thanks a lot, that was really helpful❤
Thank you, very clear.
Thank you very much for this video sir.
No worries glad it helped 😁
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?
did you end up solving it? im having the same problem
But you didn't sign in though, you only validated captcha?
Can u do with Cloudflare ?
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
Currently have the same problem, but with app router. Do you have some solution? It`s possible that we both have same problem. Thx
Did you ever figure out the solution? I am having the same problem after watching the tutorial
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.
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.
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.
how to do this on server side?
helpful
why are you hyper ventelating bro 🤣
Couldn't you just use a server action for this?
Were you able to do it?
@ Yes sir
@@netTraverser could you share a sample code please?
@@netTraverser could you provide the way how you did it please?
@@karelkutchan4729 check response below, or above. UA-cam is weird
Doas anyone have a brower-error ?
For whatever reason the script never loads and the recaptcha client doesn't exist @_@
If you want, feel free to send me the repo link and I can take a look for you👌
@@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.