FilamentBreezy Error on Multiple Panel
Are you encountered this error:
Route [filament.student.pages.my-profile] not defined.
AdminPanelProvider:
->plugins([
.....
BreezyCore::make()
->myProfile(
shouldRegisterUserMenu: true,
shouldRegisterNavigation: false,
navigationGroup: 'User Management',
hasAvatars: true,
slug: 'my-profile'
),
StudentPanelProvider
->plugins([
BreezyCore::make()
->myProfile(
shouldRegisterUserMenu: true,
shouldRegisterNavigation: false,
navigationGroup: 'User Management',
hasAvatars: true,
slug: 'my-profile'
),
2 Replies
up
if this is a plugin, try to ask in the plugin channel