jrean / laravel-user-verification

PHP package built for Laravel to easily handle a user email verification and validate the email
Other
855 stars 118 forks source link

Missing required parameter for [Route: email-verification.check] #219

Open ghost opened 1 year ago

ghost commented 1 year ago

Working on Laravel 10 upgrade in my dev env and just noticed new signups don't get any e-mails anymore. Tried the following in Laravel Tinker:

> UserVerification::send($user, 'My Custom E-mail Subject');

   Illuminate\View\ViewException  Missing required parameter for [Route: email-verification.check] [URI: email-verification/check/{token}] [Missing parameter: token]. (View: resources/views/vendor/laravel-user-verification/email.blade.php)

I didn't mess with any custom routes or anything. What would cause this error?

MiltonCoronel2004 commented 9 months ago

Did you fin any solution?