Actually this happens when the user has successfully logged in but doesn’t have permission to access the default Filament dashboard page (/admin or similar).
Filament Shield is doing its job by denying access based on the assigned permissions to logged in user.
Either you give them permission to access the dashboard or redirect them to something they are allowed to see after login.
Jun 30, 2025
4
Level 2
Filament Shield creating role
Hi everyone,
I am using bezhanSalleh/filament-shield package to created a new role. I created new role called "accountant" which only allows viewing some pages. Then, I created a new user and assigned this "accountant" role to him. However, when he tries to log in, it shows a "403 Forbidden" error. How can I fix this issue?
Please or to participate in this conversation.