Open Gregsf89 opened 11 months ago
Same issue here Laravel: 10.29.0 Filament": 3.1.32 Breezy: 2.2.3
@itsjustk I've "solve it" by downgrading Brezzy to v2.1. I didn't went further to check why version v2.1+ don't work, I just fixed the version in composer
@Gregsf89 Yeah I may have to do that as well, ta for the reply :) :)
i guess it's broken because of https://github.com/jeffgreco13/filament-breezy/releases/tag/v2.2.7 ?
I'm facing the same issue in v2.4, and downgrading to v2.1 didn't help
@itsjustk I've "solve it" by downgrading Brezzy to v2.1. I didn't went further to check why version v2.1+ don't work, I just fixed the version in composer
I fixed it here by adding the myProfile() method before enabling the two factor authentication. Seems that the myProfile internal variable is initialized by this method, so without it, when we call the enableTwoFactorAuthentication() method, it tries to use the BreezyCore->slug() method where the $myProfile var is still null.
Yes, calling myProfile (as mentioned above) will initialize all the variables including slug and fix the error reported here. The docs might be improved to mention that this must happen, currently reading the docks you might the impression that calling myProfile is optional.
BreezyCore::make()
->myProfile()
->enableTwoFactorAuthentication()
After I updated my filament to 3.0.97 and breezy to v2.2, I started getting this error: