reCaptcha on social media login redirect broken
-
I am facing an issue with our reCaptcha. I will preface by saying it works in other areas of our site.
When utilizing social login, users are taken through the social login via the connecting provider. When completed, the user is redirected back to the site on URL {domain}.net/login/ . On this first page you will see the confirmation via your name and the profile image, asking if you want to link to an existing or new user. When creating a new user you attempt to submit/continue after confirming a password to use. The *issue* is at this stage, the page is attempting to verify reCaptcha that is not appearing. If you check the source of the page, you can see the code is there but in an empty div element. The code appears to be present on the page, but the calls are failing. I’m not quite sure why the call to pull up a reCaptcha module in the typical login page, but not in this particular page specificall
Steps to reproduce:
1.) Access https://spottedanonymous.net/login/
2.) Click on the Facebook login icon to create account via FB
3.) Login to your social media
4.) You will land on https://spottedanonymous.net/login/ . Now click to create a new account
5.) On the following password confirmation page, enter any password and hit continue. Note the failure. *Issue reproduced*
6.) Depending on your browser (Chrome is F12) open a browser developer console. Viewing the elements tab, you can see the script calls and HTML of the reCaptcha service. On the Console tab, you will see a few errors.Any level of service would be greatly appreciated.
- The topic ‘reCaptcha on social media login redirect broken’ is closed to new replies.