Persistent Turnstile CAPTCHA Rendering Failures with Error Code 300030

What is the name of the domain?

localhost and webdomain

What is the error number?

300030

What is the error message?

[Cloudflare Turnstile] Error: 300030

What is the issue you’re encountering

I’ve implemented the rendering of a Turnstile invisible widget on form submission, but most of the time, the challenge repeatedly fails to render successfully, consistently resulting in the error code 300030. Despite rejecting the promise in the error-callback and setting the retry property to ‘never’, the widget continues to attempt loading the challenge, causing the console logs to be flooded with repeated instances of the error

What steps have you taken to resolve the issue?

I haven’t found any steps that could resolve the rendering failure, but in an attempt to prevent the endless retrial of the challenge, I set the retry option to ‘never’. Unfortunately, this did not stop the looping behavior.

What are the steps to reproduce the issue?

There are no specific steps to reproduce the issue, as it’s a common error that occurs during the widget’s loading process
One way could be to render invisible widget with slow internet.

Screenshot of the error

May I ask if you are still experiencing the error and having such an issue with the implementation of the Turnstile on your Website form? :thinking:

Yes, I am still facing the issue, particularly with retrying challenges.