Open ken717w opened 1 month ago
Either displaying an empty dashboard or a message telling the current user has no access.
A 503 internal server error from vendor/filament/filament/src/Navigation/NavigationManager.php:63:
vendor/filament/filament/src/Navigation/NavigationManager.php:63
Call to a member function keyBy() on null
Create a new staff user without assigning any role and permission, then login this new user.
@ken717w I couldn't reproduce this one. Do you have any more information on your set up? Are you extending the panel in any way?
Are you creating the Staff user in the admin panel or programmatically?
Expected Behaviour:
Either displaying an empty dashboard or a message telling the current user has no access.
Actual Behaviour:
A 503 internal server error from
vendor/filament/filament/src/Navigation/NavigationManager.php:63
:Steps To Reproduce:
Create a new staff user without assigning any role and permission, then login this new user.