biscolab / laravel-recaptcha

Google ReCaptcha package for Laravel

Home Page:https://github.com/biscolab/laravel-recaptcha#readme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation server error for some languages

danieljausovec opened this issue · 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.