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
Many people had this issue some solved it by implementing jessenger auth in user.php. but issue still exist for some users.
any body found some solution ? I have the same issue..
Activity
pacakman commentedon May 23, 2018
I have the problem same too. do you found the solution?
rakmaster commentedon Sep 13, 2018
Same problem.
In Connection.php line 452: Call to a member function prepare() on null
Seems like when you try to install passport using mongodb passport doesn't know what to do.
blueneel05 commentedon Nov 6, 2018
Many people had this issue some solved it by implementing jessenger auth in user.php. but issue still exist for some users.
any body found some solution ? I have the same issue..
blueneel05 commentedon Nov 12, 2018
This solved my problem https://github.com/sadnub/laravel-mongodb-passport-fix
sedrak1987 commentedon Jun 6, 2019
use my package for mongodb(based to Laravel passport, so you can use Passport doc)
https://packagist.org/packages/sedrak/laravel-mongodb-passport
remove larvel passport from composer and install this.
aline-matos commentedon Aug 9, 2019
Thank you @sedrak1987 !
It worked with:
"laravel/framework": "^5.8.0",
"jenssegers/mongodb": "3.*",