You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is pretty close to the mentioned one.
I upgraded to beta to test the changes. But they don't solve the current issue.
VM25358 api.js:1 Uncaught TurnstileError: [Cloudflare Turnstile] Error: 300030.
at g (VM25358 api.js:1:10466)
at Object.C [as msgHandler] (VM25358 api.js:1:35952)
at Ur (VM25358 api.js:1:17956)
at VM25358 api.js:1:18354
This error appears when I have 2 pages with forms where I have the turnstile widget. And when I change route, I have the error every ~2 sec.
I tried to play with v-if and watch implemented language changes with the i18n module but it didn't help me
I wrapped the component with a custom one to simplify reusing. I tried to add .client to the name or wrap in ClientOnly / KeepAlive but it didn't help me as well
The text was updated successfully, but these errors were encountered:
🐛 The bug
My issue is pretty close to the mentioned one.
I upgraded to beta to test the changes. But they don't solve the current issue.
This error appears when I have 2 pages with forms where I have the turnstile widget. And when I change route, I have the error every ~2 sec.
I tried to play with
v-if
and watch implemented language changes with the i18n module but it didn't help me🛠️ To reproduce
—
🌈 Expected behaviour
The mentioned error is gone
ℹ️ Additional context
I wrapped the component with a custom one to simplify reusing. I tried to add
.client
to the name or wrap inClientOnly
/KeepAlive
but it didn't help me as wellThe text was updated successfully, but these errors were encountered: