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
I have this error after : Karser\Recaptcha3Bundle\RequestMethod\SymfonyHttpClient::__construct(): Argument #1 ($httpClient) must be of type Symfony\Contracts\HttpClient\HttpClientInterface, null given, called in /home/chouettemauve/preprod/sylius/var/cache/dev/ContainerM8OPDeO/getKarserRecaptcha3_ValidatorService.php on line 29
Do you know what is the problem ?
Thank you :)
The text was updated successfully, but these errors were encountered:
with version 0.1.24 i have the same problem within a pimcore installation
with version 0.1.23 erverything is still working
There is a notice in 0.1.24: Add SymfonyHttpClient new ReCaptcha request method (@norkunas )
README
Symfony HttpClient integration
If you have a dependency on symfony/http-client in your application then it will be automatically wired to use via RequestMethod/SymfonyHttpClient.
Hello !
I m trying to use this good bundle, however my constraint Recaptcha3 is not called (i think the problem is the validation group)
When i m trying to add a validation group like this :
I have this error after :
Karser\Recaptcha3Bundle\RequestMethod\SymfonyHttpClient::__construct(): Argument #1 ($httpClient) must be of type Symfony\Contracts\HttpClient\HttpClientInterface, null given, called in /home/chouettemauve/preprod/sylius/var/cache/dev/ContainerM8OPDeO/getKarserRecaptcha3_ValidatorService.php on line 29
Do you know what is the problem ?
Thank you :)
The text was updated successfully, but these errors were encountered: