@bujangnim So if you open up your browser devtools, go to this site in your browser (with no browser extensions/devtool plugins installed) you don’t see the debugger being hit?: title of augst8
This is being widely reported the the debugger line traces back to a script from Cloudflare Turnstile.
@bujangnim it’s nothing to do with extensions, I have the same error with no extensions.
@jamesdmosier it’s something to do with Webflow’s configuration. Perhaps they haven’t set Cloudflare up correctly or haven’t renewed something. If you disable bot and spam filtering in your form settings you’ll get rid of the bug (it might only be one of those settings actually, try one at a time).
I’ve disabled both for now because I’ve overridden my Webflow form submissions, I’ll probably manually add my own version of Turnstile for bot filtering.
If I were you I’d message Webflow support because it might mean that your bot/spam filtering isn’t working. I’m going to do the same but just to alert them to the issue since I won’t use those features.
hello, in case you or others are still on this issue, I went crazy for hours.
This fixed it for me: go in webflow, form settings and turn off “bots are being blocked”.
Sorry, I might not be explaining myself the best. This Loom shows the issue I am describing (starting at the 0:58 second mark).
What I am really after is just validation that this is indeed expected behavior from Turnstile that a debugger statement being hit on the client side causes a 600010 error. So this is less about getting Turnstile working and more about understanding the internals that if you have your browser devtools open when loading the page then Turnstile fails.
This also happens on https://jamesdmosier.com/turnstile_test.html in which the hostname (jamesdmosier.com) is configured for the Turnstile widget in the Cloudflare settings (and is a completely different setup from the Webflow example). Here’s a Loom of that setup and the resulting issue.
I’ll validate what the setup is on the Webflow side…
I can confirm that disabling breakpoints on chrome dev tools causes this error. As mentioned, there seems to be a debugger that fires automatically, which is pretty annoying because it takes you to the Sources tab every time (this is probably an issue on chrome’s side).