Password reset is not working

I get this problem when I receive the reset password email and open the link in the browser

Target [Laravel\Fortify\Contracts\ResetPasswordViewResponse] is not instantiable.

I am using https://github.com/jeffgreco13/filament-breezy for authentication.


I tried to do this but it's showing more errors

Fortify::resetPasswordView(function ($request) { return view('filament-breezy::reset-password', ['request' => $request]); });

but is not working also.


any ideas!!!
Screenshot_2023-05-06_at_3.01.56_PM.png
GitHub
Contribute to jeffgreco13/filament-breezy development by creating an account on GitHub.
Was this page helpful?