F
Filament2mo ago
Vp

Full page profile bug in tenancy

when ->profile(isSimple: false) is used in tenancy we got error:
Missing required parameter for [Route: filament.team.tenant.profile] [URI: team/{tenant}/profile] [Missing parameter: tenant].
When isSimple: true it display current login user profile Version v4.0.4 Do I need to setup like this https://filamentphp.com/docs/4.x/navigation/user-menu#customizing-the-profile-link ?
Solution:
https://filamentphp.com/docs/4.x/users/overview#using-a-sidebar-on-the-profile-page By default, the profile page does not use the standard page layout with a sidebar. This is so that it works with the tenancy feature, otherwise it would not be accessible if the user had no tenants, since the sidebar links are routed to the current tenant....
Jump to solution
3 Replies
Solution
Winter Is Coming
https://filamentphp.com/docs/4.x/users/overview#using-a-sidebar-on-the-profile-page By default, the profile page does not use the standard page layout with a sidebar. This is so that it works with the tenancy feature, otherwise it would not be accessible if the user had no tenants, since the sidebar links are routed to the current tenant.
Winter Is Coming
it is not a bug😉
Vp
VpOP2mo ago
miss this section, thanks

Did you find this page helpful?