Route [password.reset] not defined.
Hi guys,
I had a Jetstream app and refactored it to Filament. Today I dropped Jetstream / Fortify and when I try to send a password reset link it says
10 Replies
I even removed
filament/filament
and ran composer require filament/filament:"^3.0-stable" -W
to ensure everything is in place and order.are you using a Panel?
Yes, I am
it's probably not password.reset anymore since it's going through filament. what does
php artisan route:list
show
meaning the middleware could be trying to send it to the wrong route
That's how I triggered the reset:
But what is the sendPassword method on the record doing? Something in your system sounds left over from jetstream and is trying to use jetstreams routes.
Thank you for your input.
Where did you get this approach from?
I found that on Google 😅 I think @leandro_ferreira is the source, but don't pin that on me