Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

165
Views
Intermitent 404 response from Google Recaptcha API

Hello since yesterday we are experiencing intermitent 404 responses from google recaptcha api. The strange thing is that we havent modified the code.

Sometimes recaptcha box loads sucessfully, but sometimes it throws a 404 an error like the script wasnt loaded correctly

console error

What I noted is that when it loads correctly, the google script url is like this:

https://www.gstatic.com/recaptcha/releases/wzdvOBEvXKKaOu7ghdslx1-G/recaptcha__pt_br.js

But when it fails, it is loaded like this:

https://www.gstatic.com/recaptcha/releases//recaptcha__pt_br.js

Our code to include google api:

<script src="https://www.google.com/recaptcha/api.js?onload=aminvisiblecaptchaOnloadCallback&render=explicit" async defer></script>

<script type="text/javascript">
            var aminvisiblecaptchaOnloadCallback = function() {
                recaptcha = grecaptcha.render('amasty_recaptcha', {
                    'sitekey': '<?php echo Mage::getStoreConfig('aminvisiblecaptcha/general/checkbox_key'); ?>',
                    'theme': '<?php echo Mage::getStoreConfig('aminvisiblecaptcha/backend/badge_theme'); ?>',
                    'size': '<?php echo Mage::getStoreConfig('aminvisiblecaptcha/backend/size'); ?>'
                });
            };
        </script>

Did anyone came accross something like this before?

thanks in advance.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!