Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plus-addressing emails failing to send #20

Open
mcpuishor opened this issue Aug 19, 2024 · 0 comments
Open

Plus-addressing emails failing to send #20

mcpuishor opened this issue Aug 19, 2024 · 0 comments

Comments

@mcpuishor
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant