Turnstile API Solve Rate 0 %

What is the name of the domain?

dev.offlinepasswords.com

What is the error number?

None

What is the error message?

None

What is the issue you’re encountering

Turnstile protecting my registration page had been working fine until a few days ago, when I noticed that I cannot pass human verification. The client-side challenge is solved OK, but server side validation always fails. I don’t receive any error in response, just success: false.

What steps have you taken to resolve the issue?

I have tried from different browsers, OS, networks and computers. I have enabled more logging to see the issue, but no error is returned.

What are the steps to reproduce the issue?

Try registration on my page - client validation passes, server-side fails. I have also included IP address in the server-side validation payload, but I don’t think it’s the issue, as I haven’t done any code changes recently and it suddenly stopped working.

Are you still seeing this?

Nope, the fault was on my side - incorrectly parsing the response, which yielded None instead of the error array. So the error was indicated there, I just had to change the response parsing to see it.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.