Uncaught ReferenceError: grecaptcha is not defined

前端 未结 6 1629
耶瑟儿~
耶瑟儿~ 2020-12-16 10:05

I am using recaptcha v2

I am getting the following error occasionally (sometimes i don\'t get error and sometimes i do get it)

Uncaught          


        
6条回答
  •  一整个雨季
    2020-12-16 11:05

    I know this is an old question but maybe this will help someone. The reason I was getting this 'Uncaught ReferenceError: grecaptcha is not defined' error was because I couldn't reach the dependency js file (recaptcha_en.js) which is hosted on www.gstatic.com. Once I solved that issue, it worked for me.

提交回复
热议问题