Implementing Google Recaptcha v2 on checkout fails during a specific scenario #443
-
Hi, I have been implementing Google ReCaptcha v2 on the checkout page and have been able to get it working in the majority of cases but am running into an issue during one particular scenario. I have implemented what I have so far using the Action Delegate Pipeline Integration. The reference can be found here. The only time I have an issue is when doing the following.
After completing the steps above and waiting from around 15 to 30 seconds, the ReCaptcha shows an error on the page which I can also see in the JavaScript console. The error rendered on the page is: Could not connect to the reCAPTCHA service. Please check your internet connection and reload to get a reCAPTCHA challenge. and the error in the JavaScript console is: Uncaught (in promise) Timeout If I refresh the page then everything works fine unless I again "fail" the ReCaptcha. Finally, I did try running the I was curious if anyone else has encountered this issue and could perhaps point me in the right direction for getting it resolved. Any help would be much appreciated, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So far, this appears to be the direction I'd start to take first. However, not having implemented this specific use case, I think you need a client-side call for ReCATCPTCH, don't you? This would make the ADPI irrelevant for this update. The update would need to be in the viewset only... Right? |
Beta Was this translation helpful? Give feedback.
So far, this appears to be the direction I'd start to take first. However, not having implemented this specific use case, I think you need a client-side call for ReCATCPTCH, don't you? This would make the ADPI irrelevant for this update. The update would need to be in the viewset only... Right?