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