Turnstile repetitively interrupts developers using Chrome Devtools

What is the name of the domain?

What is the error number?

600010

What is the error message?

Uncaught TurnstileError: [Cloudflare Turnstile] Error: 600010.

What is the issue you’re encountering

When developing on multiple websites, my team and I are seeing a single line of debugger appear in the Application tab. This repeats every few seconds. When it happens, Chrome DevTools swap tabs to the Application tab.

What steps have you taken to resolve the issue?

Blocking challenges.cloudflare.com/turnstile/v0/api.js?render=explicit will alleviate the problem but is not preferred. We’d much rather keep the site’s typical “state” in tact with all scripts loaded for the sake of consistency when developing and debugging.

What are the steps to reproduce the issue?

Navigate to site.
Open DevTools.
Wait 5-10 seconds.
Notice if debugger appears in Application tab.

Screenshot of the error

1 Like

Correction: Its the Sources tab being swapped to Active, not Application.

I’m also having the same issue.

In October, chrome devtools added a feature to Ignore anonymous scripts and focus on your code in stack traces.

This fixed the issue for me.

:gear: Settings > Ignore list > check_box Anonymous scripts from eval or console

1 Like

I do not have to disable debug for other libraries, please remove the debugger.

Also I would add that the script throws many warnings and logs, can we remove that?

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.