© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
3 replies
Khaled Hatahet

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?
image.png
image.png
Solution
the solution was php artisan filament:optimize-clear after this worked
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

reset password
FilamentFFilament / ❓┊help
3y ago
Password reset
FilamentFFilament / ❓┊help
3y ago
Reset password timeout
FilamentFFilament / ❓┊help
8mo ago
Password Reset Redirection
FilamentFFilament / ❓┊help
2y ago