You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the email verification feature in a fresh Laravel project. I have set up the EnsureEmailIsVerified::class middleware in the Filament panel and enabled the ->emailVerification() option in Filament.
However, I am unable to access the Filament panel, regardless of whether my email is verified or not. I also cannot visit the login page at /admin/login, as it redirects me to the verification.notice route.
Expected behavior
It should allow access to the Filament panel after successful email verification. Additionally, it should at least permit access to the login page at /admin/login. However, I am currently unable to access the panel or the login page, as both redirect me to the verification.notice route.
Steps to reproduce
Clone the attached repo.
Composer install
npm install/pnpm install
PHP artisan migrate
php artisan make:filament-user
PHP artisan serve
try to visit /admin/login
Reproduction repository (issue will be closed if this is not valid)
Package
filament/filament
Package Version
v3.2
Laravel Version
v11.9
Livewire Version
No response
PHP Version
PHP 8.3.12
Problem description
I am trying to use the email verification feature in a fresh Laravel project. I have set up the EnsureEmailIsVerified::class middleware in the Filament panel and enabled the ->emailVerification() option in Filament.
However, I am unable to access the Filament panel, regardless of whether my email is verified or not. I also cannot visit the login page at /admin/login, as it redirects me to the verification.notice route.
Expected behavior
It should allow access to the Filament panel after successful email verification. Additionally, it should at least permit access to the login page at
/admin/login
. However, I am currently unable to access the panel or the login page, as both redirect me to theverification.notice
route.Steps to reproduce
/admin/login
Reproduction repository (issue will be closed if this is not valid)
https://github.com/alokVishu/filament-email-issue
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: