rappasoft / laravel-boilerplate

The Laravel Boilerplate Project - https://laravel-boilerplate.com
https://rappasoft.com
5.58k stars 1.58k forks source link

Two-factor Authentication not working on PGSQL #1471

Closed shinshadows closed 3 years ago

shinshadows commented 3 years ago

Two-factor Authentication not working with PGSQL:

Illuminate \ Database \ QueryException http://127.0.0.1:8000/account/2fa/enable C: \ Users \ Myuser \ Desktop \ projects \ Boilertemplate \ vendor \ laravel \ framework \ src \ Illuminate \ Database \ Connection.php: 671

It should be noted that all migrations and seeders were successful.

Please Help....

bryanrscott commented 3 years ago

I have the same issue. The issue is with the dependancy not with laravel/boilerplate https://github.com/DarkGhostHunter/Laraguard/issues/43

rappasoft commented 3 years ago

This is a problem with the package itself, here's the suggested fix in that comment thread: https://github.com/laravel/framework/issues/10847#issuecomment-155012494

This will be fixed in the next major release (hopefully) if I decide to switch to fortify.

shinshadows commented 3 years ago

Thanks, im gonna checkit out in order to find the solution,