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:Jump to 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....
3 Replies
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.
it is not a bug😉
miss this section, thanks