Restrict non filament panel user, accessing filament admin panel.
I am using laravel v11, with filament and livewire, i have admin panel using filament while normal user can sign-in without filament.
Problem is when Admin user logs out and normal user logs-in, it redirect user to domain/admin page which is filament admin panel and shows 403 error.
What i want is to redirect normal user to domain/dashboard page which is not a filament page or resource.
Problem is when Admin user logs out and normal user logs-in, it redirect user to domain/admin page which is filament admin panel and shows 403 error.
What i want is to redirect normal user to domain/dashboard page which is not a filament page or resource.