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 am trying not to have to use imagick, but still getting error from the title.
Using 2.0.1 version of the package. Laravel 8.61.0
Config published, with 'qrcode_image_backend' => \PragmaRX\Google2FALaravel\Support\Constants::QRCODE_IMAGE_BACKEND_SVG,
I am even generating QR code (in SVG format) in a custom way using Endroid. It works, it shows up correctly.
Then when trying to verify using Google2FA::verifyKey($secret, $value); I get: You need to install the imagick extension to use this back end {"exception":"[object] (BaconQrCode\\Exception\\RuntimeException(code: 0): You need to install the imagick extension to use this back end at /var/www/site/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php:64) as if facade is requiring imagick anyway. Basically wherever I call Google2FA facade it results with this error.
Please advise.
The text was updated successfully, but these errors were encountered:
I am trying not to have to use imagick, but still getting error from the title.
Using 2.0.1 version of the package. Laravel 8.61.0
Config published, with
'qrcode_image_backend' => \PragmaRX\Google2FALaravel\Support\Constants::QRCODE_IMAGE_BACKEND_SVG,
I am even generating QR code (in SVG format) in a custom way using Endroid. It works, it shows up correctly.
Then when trying to verify using
Google2FA::verifyKey($secret, $value);
I get:You need to install the imagick extension to use this back end {"exception":"[object] (BaconQrCode\\Exception\\RuntimeException(code: 0): You need to install the imagick extension to use this back end at /var/www/site/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php:64)
as if facade is requiring imagick anyway. Basically wherever I callGoogle2FA
facade it results with this error.Please advise.
The text was updated successfully, but these errors were encountered: