Email Verification?

I have setup user registration & email verification, however I'm getting the following error on user registration: Route [filament.app.auth.email-verification.verify] not defined. per the laravel docs, my user implements MustVerifyEmail and my panel configuration looks like:
->login()
->registration()
->passwordReset()
->emailVerification()
->login()
->registration()
->passwordReset()
->emailVerification()
Any ideas?
2 Replies
renatoalvarez
renatoalvarez2mo ago
same issue here
toeknee
toeknee2mo ago
So that is saying the panel app doesn't have the email verification. I suspect you enabled it for admin panel but didn't for the app panel. Is that possible?

Did you find this page helpful?