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'm trying to remove passwords for an app that has quite a few users that have "plus addressing" (i.e. someone+filter@example.com )
The notification job always fails only on these types of email addresses with the following:
ErrorException: Illuminate\Notifications\NotificationSender::preferredLocale():
The script tried to access a property on an incomplete object.
Please ensure that the class definition
"NorbyBaru\Passwordless\Notifications\SendMagicLinkNotification"
of the object you are trying to operate on was loaded _before_ unserialize()
gets called or provide an autoloader to load the class definition in
/home/forge/web/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php:122
I do not get the same issues and the package works as expected for regular email addresses.
The text was updated successfully, but these errors were encountered:
I'm trying to remove passwords for an app that has quite a few users that have "plus addressing" (i.e. someone+filter@example.com )
The notification job always fails only on these types of email addresses with the following:
I do not get the same issues and the package works as expected for regular email addresses.
The text was updated successfully, but these errors were encountered: