Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can't post replies or comments. Possible Cloudflare issue

A topic by NecromancerOP created 75 days ago Views: 387 Replies: 6
Viewing posts 1 to 7
(+6)

After trying to post a comment dozens of times, it finally worked once and is now back to not working.  I keep getting this message:

Please check the information you provided

  • Please complete the verification to continue

I have completed verification. When I try to reply to a comment from a user's page, I get a turnstile error.  In the debugger, it says 

Uncaught (in promise) TurnstileError: [Cloudflare Turnstile] Invalid or missing type for parameter "sitekey", expected "string", got "undefined". When I try to post. Is there any way to fix this? I have tried Chrome and Safari (because why not idk it was a long shot).

I have the same issue

Me To...

same..

Please help

(+1)

In case it helps anyone else coming to this thread: I found it was that it only tries to use turnstile when there's a link in my comment. I had a look at the code and could see that it would only try to use turnstile when the server says it "needs turnstile" (and that's where it breaks, because the developers forgot to wire up their site key). Guessing what the condition was when the people here can clearly comment _some of the time_, I took the link out of my comment and it worked.

Same exact issue, trying to debug something with an asset creator. :(