Recaptcha not working on first page but will on refresh

jimbobo2779

Elite Member
Jr. VIP
Joined
Sep 17, 2008
Messages
6,037
Reaction score
3,974
I have a login page here, and the recaptcha on the page doesn't show on the first visit to the page but will show correctly when I refresh the page. I've tried all sorts of things such as disabling the different JS scripts and css on the page and nothing seemed to make any difference.

Does anyone have any experience with something like this?

Cheers.
 
I have a login page here, and the recaptcha on the page doesn't show on the first visit to the page but will show correctly when I refresh the page. I've tried all sorts of things such as disabling the different JS scripts and css on the page and nothing seemed to make any difference.

Does anyone have any experience with something like this?

Cheers.
It has shown to me on the first visit, also on my second visit on Incognito window with Chrome

But on Edge it does throw an error

1701356092388.png


Maybe check this?
 
It has shown to me on the first visit, also on my second visit on Incognito window with Chrome

But on Edge it does throw an error

View attachment 303262

Maybe check this?
That's so strange, I tried on Edge, Chrome and Opera on my machine, a VM on my machine and 2 different Windows Server VPSs with at least Edge and Chrome. I wonder why it would work first on yours but none of mine.

Thanks a lot for the quick reply mate. I appreciate that.
 
Well after days of banging my head against the wall I found that the theme being used and my admin system were both trying to initialise at the same time. I had to remove the JS to call the recap so only one was launching it.

I don't know when I would have found the solution had i not posted here lol

Thanks again SirLouen.
 
It's possible that there is an error in the javaScript console preventing the reCAPTCHA script from executing properly on the first visit.
It might also be that the browser is caching the page without the reCAPTCHA script. Try clearing your browser cache and reloading the page to see if the reCAPTCHA appears on the first visit.
 
Back
Top