What is the name of the domain?
localhost
What is the error number?
n/a
What is the error message?
n/a
What is the issue you’re encountering
When loading the turnstile script tag into the dom, when my js console is open, debugger quickly shows then hides in console as webworker scripts live/die
What steps have you taken to resolve the issue?
looked in my debug console, and confirmed that the script is coming from webworkers registered by turnstile source
What are the steps to reproduce the issue?
open JS console in chrome.
load turnstile source using next/script tag in nextjs like so:
<Script src="https://challenges.cloudflare.com/turnstile/v0/api.js" onLoad={handleTurnstileScriptLoadEvent} />
notice that the JS debugger quickly triggers, halting JS briefly in a file called VM5, then the webworker deregisters and the debugger goes away.
This seems to only happen when loading turnstile for me :shrug: