biscolab/laravel-recaptcha

Validation server error for some languages

danieljausovec opened this issue · 1 comments

When I try to validate recaptcha with language sk pt hu then validation failed.

Head example:
{!! htmlScriptTagJsApi(['lang' => 'sk']) !!}

Response from server:
{"message":"Server Error","country_status":"active"}

For other languages validation works.

Is there any fix for that?

False alarm. It's work.