© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
PabloZagni

Can't access User profile "isSimple:false" on Team tenant

Hi. Trying to get to User's profile (http://app.test/dashboard/profile) This works

public function panel(Panel $panel): Panel
{
return $panel
->tenant(Team::class,
ownershipRelationship:'team',
slugAttribute: 'slug')
->tenantRegistration( RegisterTeam::class )
->tenantProfile( EditTeamProfile::class )
->default()
->id('dashboard')
->path('dashboard')
->login()
->registration() // user can register
->passwordReset() // user can reset password
->emailVerification() // user must verify email
->profile()

This doesn't

->profile(isSimple: false)

It shows error: Missing required parameter for [Route: filament.dashboard.pages.dashboard] [URI: dashboard/{tenant}] [Missing parameter: tenant].

It seams that can't build the URLs of the sidebar.
Any solution?

Thanks
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

User profile on tenant panel
FilamentFFilament / ❓┊help
2y ago
Custom profile form with isSimple.
FilamentFFilament / ❓┊help
6mo ago
Can't access tenant in Test class?
FilamentFFilament / ❓┊help
17mo ago
Multi tenant team and user question
FilamentFFilament / ❓┊help
3y ago