We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@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?
Sorry, something went wrong.
Are you creating the Staff user in the admin panel or programmatically?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: