Skip to content

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

Open
@ghost

Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions