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

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

Open
Fossil01 opened this issue Mar 21, 2023 · 1 comment
Open

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

Fossil01 opened this issue Mar 21, 2023 · 1 comment

Comments

@Fossil01
Copy link

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
Copy link

Did you fin any solution?

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

2 participants