Cloudflare Webflow's auto import error on console

Hi Folks,

I’ve just noticed a couple strange 401 (unauthorized) errors on my company’s site console that wasn’t there before. Here what it looks like:

All of them regards to a auto import that Webflow does within its default .JS file, as you can see in this image:

That explain where this source is coming from - since our team have not integrated any service from cloudflare directly on the website.

Since this is a native integration from Webflow - nothing can be done to solve this problem by our side (I guess), so I would really appreciate some support from Webflow collaborators or perhaps another user that is experiencing the same problem.

How should I proceed?
I will let the website link bellow so any helping hand can access and try to troubleshoot what is going on with this cloudflare unauthorized service
:point_down:t3:
Yinflow Life Website

Thank you in Advance,
Pedro - Yangflow LLC Developer

If you have forms on your site, then this is likely part of Webflow’s new anti-spam changes. They’ve moved a lot of infrastructure to Cloudflare.

Yes, we do have some forms on our site.

Ok, but is that something that need our intervention or just wait until Webflow handle this?

Keep an eye on your forms to make certain they’re working smoothly if you’re using Webflow’s native handler, the team appears to be working out some issues regarding the new bot protection feature.

If they’re not working for you, you’ll want to open a ticket with support.

Beyond that, you don’t need to do a thing.

This has completely broken my website forms as often this gets stuck in a loop where the page continually tries to load/run these this turnstile cloudflare scripts without success.

I sent their support team this video showing it trying to load/run for over a minute without success. I continually move my mouse over the submit button to see when it changes to ‘hand cursor’ but it never does.

https://share.birdie.so/35ZiqYDV

Any updates on how to resolve this issue? I’m also having cloudflare errors regarding the cloudflare turnstile code. I’m using Webflows native forms with recaptcha and did that in the past without issues.

I have the same issue now (never had this before) on all sites with forms:

I have finsweet attributes script on these sites and turned on bot protection in the site settings.

Any solution - Webflow team?

Hi @Lukullus , what’s the issue you’re facing?

If it’s just the error message, you can ignore it. Turnstile uses some unusual techniques to detect and block bots, and they result in some strange behavior in devtools like debugger mode switching on.

You can research Turnstile to learn more, or disable bot protection and use a different anti-spam approach.

1 Like

Hi Michael, are you saying that this turnstile messages are caused by native Webflow bot detection switch turned on? Is this a new “feature” in Webflow?

https://preview.webflow.com/preview/subbase-neuss?utm_medium=preview_link&utm_source=dashboard&utm_content=subbase-neuss&preview=f870fa0ae26dd28d52a5ff3f2ba816a2&workflow=preview

This looks really weird to me.

Yes, Webflow uses Turnstile for its bot protection feature.
You can turn that off, just switch off bot protection in your site settings.

I haven’t investigated the specifics of the errors, but I know it’s based on the way Turnstile functions to detect and prevent bots.

On the 401, that’s by design.
The red error messages are indicated because the browser does not know whether a script is having difficulty accessing a resource, so it alerts you in the log.

https://community.cloudflare.com/t/turnstile-returns-401-for-challenges-cloudflare-com/422857/2

1 Like

Thought I would share this link to another post to raise visibility. Same kind of issue. Advisory: Webflow's recently-released bot protection may break "complex" sites

The 401’s are normal, part of Turnstile design and browser design.

But yes dynamically creating and linking forms and getting that to work with bot protection is a fun challenge.