reset password
Hello
I have multi panel project.
The code in UserPanelProvider have these
return $panel
->default()
->id('user')
->path('user')
->login()
->registration(Register::class)
->emailVerification()
->passwordReset()
->profile()
when i am trying to send email verification i got the email first time but when i press resend i got 500 server error
and in forgot password page when i write email and press on send email button i got 500 server error too.
how can i solve this?
1 Reply
Solution
the solution was php artisan filament:optimize-clear after this worked