antonioribeiro / google2fa

A One Time Password Authentication package, compatible with Google Authenticator.
MIT License
1.83k stars 199 forks source link

libxml extention error #194

Closed abramcatalyst closed 6 months ago

abramcatalyst commented 6 months ago

When I check, the libxml extension is already loaded but when I try to verify a code, It returns this error:

2024-02-14 06:01:44] production.ERROR: You need to install the libxml extension to use this back end {"userId":6,"exception":"[object] (BaconQrCode\Exception\RuntimeException(code: 0): You need to install the libxml extension to use this back end at .../vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php:46)

at:

$google2fa = app('pragmarx.google2fa');

abramcatalyst commented 6 months ago

This issue on google2fa-laravel